UNPKG

@bizhermit/react-sdk

Version:
7 lines (6 loc) 219 B
declare const usePortalElement: (options?: { id?: string; mount?: (element: HTMLDivElement) => void; unmount?: (element: HTMLDivElement) => void; }) => HTMLDivElement; export default usePortalElement;