Skip to content

Commit a68f138

Browse files
Export SelectFieldProps
1 parent b278897 commit a68f138

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/bento-design-system/src/SelectField/SelectField.tsx

+2
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ type Props<A> = {
5252
searchable?: boolean;
5353
} & (SingleProps<A> | MultiProps<A>);
5454

55+
export type { Props as SelectFieldProps };
56+
5557
declare module "react-select/dist/declarations/src/Select" {
5658
export interface Props<Option, IsMulti extends boolean, Group extends GroupBase<Option>> {
5759
menuSize?: ListSize;

0 commit comments

Comments
 (0)