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) 231 B
import * as React from 'react'; export declare let useGetterPropsCalledChecker: (...propKeys: string[]) => (propKey: string, suppressRefError: boolean, refKey: string, elementRef: React.RefObject<HTMLElement> | undefined) => void;