Skip to content

Commit 18ad64e

Browse files
Re-add export of type SelectOption
1 parent d19bffc commit 18ad64e

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)