Skip to content

Commit dbdbf58

Browse files
authored
fix: Export MultiSelect component in .d.ts file (#473)
1 parent 63bb5ea commit dbdbf58

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/fuselage/src/components/Select/index.d.ts

+2
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@ type SelectProps = Omit<ComponentProps<typeof Box>, 'onChange'> & {
1111
};
1212

1313
export const Select: ForwardRefExoticComponent<SelectProps>;
14+
15+
export const MultiSelect: ForwardRefExoticComponent<SelectProps>;

0 commit comments

Comments
 (0)