UNPKG

@vchatcloud/react-ui-kit

Version:

VChatCloud UI Kit for react integration

9 lines (8 loc) 220 B
declare const usePopup: (callback: () => void) => { popup: boolean; show: () => void; hide: () => void; toggle: () => void; ref: import('react').RefObject<HTMLDivElement>; }; export default usePopup;