Skip to content

Commit 3568edc

Browse files
committed
fix eslint warning
1 parent 918a34e commit 3568edc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Selector/Input.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ interface InputProps {
1818
open: boolean;
1919
tabIndex: number;
2020
/** Pass accessibility props to input */
21-
attrs: object;
21+
attrs: Record<string, unknown>;
2222

2323
onKeyDown: React.KeyboardEventHandler<HTMLInputElement | HTMLTextAreaElement | HTMLElement>;
2424
onMouseDown: React.MouseEventHandler<HTMLInputElement | HTMLTextAreaElement | HTMLElement>;

0 commit comments

Comments
 (0)