UNPKG

nes-ui-react

Version:

A design system that paints the web in 8 bits.

5 lines (4 loc) 153 B
export type OnChangeHandler<T> = (value: any, originalEvent: T) => void; export interface OnChangeHandlerProps<T> { onChange?: OnChangeHandler<T>; }