We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d19bffc commit 18ad64eCopy full SHA for 18ad64e
packages/bento-design-system/src/SelectField/BaseSelect.tsx
@@ -134,3 +134,5 @@ export function BaseSelect<A>(props: Props<A>) {
134
</BentoConfigProvider>
135
);
136
}
137
+
138
+export type { SelectOption };
0 commit comments