UNPKG

@primer/react

Version:

An implementation of GitHub's Primer Design System using React

8 lines 299 B
import React from 'react'; type TypeaheadOptions = { containerRef: React.RefObject<HTMLElement>; onFocusChange: (element: Element) => void; }; export declare function useTypeahead({ containerRef, onFocusChange }: TypeaheadOptions): void; export {}; //# sourceMappingURL=useTypeahead.d.ts.map