Skip to content

Commit bd5be73

Browse files
Merge pull request #817 from buildo/readd_export_selectoption
Re-add export of type SelectOption
2 parents d19bffc + 18ad64e commit bd5be73

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: packages/bento-design-system/src/SelectField/BaseSelect.tsx

+2
Original file line numberDiff line numberDiff line change
@@ -134,3 +134,5 @@ export function BaseSelect<A>(props: Props<A>) {
134134
</BentoConfigProvider>
135135
);
136136
}
137+
138+
export type { SelectOption };

0 commit comments

Comments
 (0)