UNPKG

@mantine/form

Version:

Mantine form management library

2 lines (1 loc) 194 B
export declare function getInputOnChange<Value>(setValue: (value: Value | ((current: Value) => Value)) => void): (val: Value | React.ChangeEvent<unknown> | ((current: Value) => Value)) => void;