Skip to content

Commit

Permalink
Merge pull request #817 from buildo/readd_export_selectoption
Browse files Browse the repository at this point in the history
Re-add export of type SelectOption
  • Loading branch information
federico-ercoles authored Nov 30, 2023
2 parents d19bffc + 18ad64e commit bd5be73
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/bento-design-system/src/SelectField/BaseSelect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,3 +134,5 @@ export function BaseSelect<A>(props: Props<A>) {
</BentoConfigProvider>
);
}

export type { SelectOption };

0 comments on commit bd5be73

Please sign in to comment.