UNPKG

downshift

Version:

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

7 lines (6 loc) 216 B
type UseControlPropsValidatorOptions = { state: Record<string, any>; props: Record<string, any>; }; export declare let useControlPropsValidator: (options: UseControlPropsValidatorOptions) => void; export {};