We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b278897 commit a68f138Copy full SHA for a68f138
packages/bento-design-system/src/SelectField/SelectField.tsx
@@ -52,6 +52,8 @@ type Props<A> = {
52
searchable?: boolean;
53
} & (SingleProps<A> | MultiProps<A>);
54
55
+export type { Props as SelectFieldProps };
56
+
57
declare module "react-select/dist/declarations/src/Select" {
58
export interface Props<Option, IsMulti extends boolean, Group extends GroupBase<Option>> {
59
menuSize?: ListSize;
0 commit comments