We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9bd771 commit 94737daCopy full SHA for 94737da
2 files changed
packages/components/src/spectrum/picker/usePickerNormalizedProps.tsx
@@ -47,7 +47,7 @@ export type UsePickerNormalizedPassthroughProps<TProps> = Omit<
47
| 'tooltip'
48
>;
49
50
-/** Props passed to `usePickerNormalizedProps` hook. */
+/** Props returned from `usePickerNormalizedProps` hook. */
51
export type UsePickerNormalizedProps<
52
TProps,
53
THtml extends HTMLElement,
packages/components/src/spectrum/picker/usePickerProps.ts
@@ -45,7 +45,7 @@ export type UsePickerPassthroughProps<TProps> = Omit<
45
| 'onSelectionChange'
46
-/** Props passed to `usePickerProps` hook. */
+/** Props returned from `usePickerProps` hook. */
export type UsePickerProps<
0 commit comments