Update Option.d.ts (#33760)

This commit is contained in:
Vincent Langlet
2019-03-13 10:21:34 -07:00
committed by Wesley Wigham
parent e5542b34f7
commit a1d771d49c
+1
View File
@@ -15,6 +15,7 @@ interface InnerProps {
id: string;
key: string;
onClick: MouseEventHandler<HTMLDivElement>;
onMouseMove: MouseEventHandler<HTMLDivElement>;
onMouseOver: MouseEventHandler<HTMLDivElement>;
tabIndex: number;
}