We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d19bffc + 18ad64e commit bd5be73Copy full SHA for bd5be73
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