UNPKG

@voiceiq/web-components

Version:

VoiceIQ Web Component library

7 lines (6 loc) 238 B
/// <reference types="react" /> declare type PopoverMenuHooks<T> = [React.MutableRefObject<T>, boolean, () => void, () => void]; declare const _default: { usePopoverMenu: () => PopoverMenuHooks<any>; }; export default _default;