GL
Size: a a a
GL
GL
NK
AK
NK
NK
onBlur?: (event: FocusEvent) => void;
onFocus?: (event: FocusEvent) => void;
NK
AB
AB
AK
NK
NK
interface IMyComponentProps {
onBlur?: (event: FocusEvent) => void;
onFocus?: (event: FocusEvent) => void;
onChange?: (value: string, event: Event) => void;
onClick?: (event: MouseEvent) => void;NK
NK
NK
NK
NK
NK