Skip to content

Commit 54f1f6a

Browse files
authored
chore: rm size type (#722)
1 parent e3f8437 commit 54f1f6a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/interface.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,7 @@ export type SharedHTMLAttrs = Omit<
286286
| 'min'
287287
| 'max'
288288
| 'onKeyDown'
289+
| 'size'
289290
>;
290291

291292
export type PickerFocusEventHandler = (e: React.FocusEvent<HTMLElement>, info: BaseInfo) => void;

0 commit comments

Comments
 (0)