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) 192 B
import * as React from 'react'; export declare function handleRefs(...refs: (React.MutableRefObject<HTMLElement> | React.RefCallback<HTMLElement> | undefined)[]): (node: HTMLElement) => void;