UNPKG

downshift

Version:

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

5 lines (4 loc) 98 B
/** * Tracks if it's the first render. */ export declare function useIsInitialMount(): boolean;