UNPKG

@try-at-software/input-elements

Version:

A package providing different input elements that are extensible and easily configurable for your custom needs.

3 lines (2 loc) 172 B
export declare type ValueChangeSubscription<TValue> = (newValue: TValue, previousValue: TValue) => void; export declare type InvalidValueChangeSubscription = () => void;