diff --git a/src/interface.tsx b/src/interface.tsx index f0500036d..132652f12 100644 --- a/src/interface.tsx +++ b/src/interface.tsx @@ -286,6 +286,7 @@ export type SharedHTMLAttrs = Omit< | 'min' | 'max' | 'onKeyDown' + | 'size' >; export type PickerFocusEventHandler = (e: React.FocusEvent, info: BaseInfo) => void;