UNPKG

tanuki-ui

Version:

HTML-first React component library with semantic elements, multi-OS themes, and production-ready visual node editor

5 lines (4 loc) 262 B
export declare const usePopup: <T extends HTMLElement = HTMLDivElement>({ onClose: onClose, id, }: { onClose: (...params: any[]) => any; id?: string; }) => readonly [import('react').RefObject<HTMLDivElement | null>, import('react').RefObject<T | null>];