We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 918a34e commit 3568edcCopy full SHA for 3568edc
src/Selector/Input.tsx
@@ -18,7 +18,7 @@ interface InputProps {
18
open: boolean;
19
tabIndex: number;
20
/** Pass accessibility props to input */
21
- attrs: object;
+ attrs: Record<string, unknown>;
22
23
onKeyDown: React.KeyboardEventHandler<HTMLInputElement | HTMLTextAreaElement | HTMLElement>;
24
onMouseDown: React.MouseEventHandler<HTMLInputElement | HTMLTextAreaElement | HTMLElement>;
0 commit comments