UNPKG

downshift

Version:

🏎 A set of primitives to build simple, flexible, WAI-ARIA compliant React autocomplete, combobox or select dropdown components.

3 lines (2 loc) 212 B
import { Action, Props, State } from '../../utils-ts'; export declare function callOnChangeProps<S extends State, P extends Partial<S> & Props<S, T>, T>(action: Action<T>, props: P, state: S, newState: S): void;