mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-14 14:00:26 +00:00
Update Option.d.ts (#33760)
This commit is contained in:
committed by
Wesley Wigham
parent
e5542b34f7
commit
a1d771d49c
@@ -15,6 +15,7 @@ interface InnerProps {
|
||||
id: string;
|
||||
key: string;
|
||||
onClick: MouseEventHandler<HTMLDivElement>;
|
||||
onMouseMove: MouseEventHandler<HTMLDivElement>;
|
||||
onMouseOver: MouseEventHandler<HTMLDivElement>;
|
||||
tabIndex: number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user