Skip to content

Commit 9f4ce7b

Browse files
committed
Update types for common select
1 parent 46ad839 commit 9f4ce7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/common/src/select/select.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export interface SelectProps {
2828
isSearchable?: boolean;
2929
SelectComponent?: React.ComponentType;
3030
noValueUpdates?: boolean;
31-
useFlatOptions?: boolean;
31+
optionsTransformer?: (options: AnyObject[]) => option[];
3232
}
3333

3434
declare const Select: React.ComponentType<SelectProps>;

0 commit comments

Comments
 (0)