Skip to content

Commit

Permalink
fix: Export MultiSelect component in .d.ts file (#473)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagoevanp authored Jun 21, 2021
1 parent 63bb5ea commit dbdbf58
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/fuselage/src/components/Select/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ type SelectProps = Omit<ComponentProps<typeof Box>, 'onChange'> & {
};

export const Select: ForwardRefExoticComponent<SelectProps>;

export const MultiSelect: ForwardRefExoticComponent<SelectProps>;

0 comments on commit dbdbf58

Please sign in to comment.