revent optional event arg change (#23622)

This commit is contained in:
Shavonn Brown
2020-04-16 11:38:54 -04:00
committed by GitHub
parent 9652a1410b
commit e873f94bd4

View File

@ -12,7 +12,7 @@ export interface Props {
tooltip?: string;
tooltipPlacement?: PopperJS.Placement;
transparent?: boolean;
onChange: (event?: React.SyntheticEvent<HTMLInputElement>) => void;
onChange: (event: React.SyntheticEvent<HTMLInputElement>) => void;
}
export interface State {