Skip to content

Commit

Permalink
Fixed comments (deephaven#2071)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmingles committed Jun 12, 2024
1 parent c9bd771 commit 94737da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export type UsePickerNormalizedPassthroughProps<TProps> = Omit<
| 'tooltip'
>;

/** Props passed to `usePickerNormalizedProps` hook. */
/** Props returned from `usePickerNormalizedProps` hook. */
export type UsePickerNormalizedProps<
TProps,
THtml extends HTMLElement,
Expand Down
2 changes: 1 addition & 1 deletion packages/components/src/spectrum/picker/usePickerProps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export type UsePickerPassthroughProps<TProps> = Omit<
| 'onSelectionChange'
>;

/** Props passed to `usePickerProps` hook. */
/** Props returned from `usePickerProps` hook. */
export type UsePickerProps<
TProps,
THtml extends HTMLElement,
Expand Down

0 comments on commit 94737da

Please sign in to comment.