mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-27 12:01:00 +00:00
2 lines
194 B
TypeScript
2 lines
194 B
TypeScript
export declare function getInputOnChange<Value>(setValue: (value: Value | ((current: Value) => Value)) => void): (val: Value | React.ChangeEvent<unknown> | ((current: Value) => Value)) => void;
|