We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63bb5ea commit dbdbf58Copy full SHA for dbdbf58
packages/fuselage/src/components/Select/index.d.ts
@@ -11,3 +11,5 @@ type SelectProps = Omit<ComponentProps<typeof Box>, 'onChange'> & {
11
};
12
13
export const Select: ForwardRefExoticComponent<SelectProps>;
14
+
15
+export const MultiSelect: ForwardRefExoticComponent<SelectProps>;
0 commit comments