UNPKG

use-async-modal

Version:

Show promised based modal imperatively using hook for React.js.

6 lines (5 loc) 260 B
export declare const REMOVE_PORTAL_EVENT = "REMOVE_PORTAL_EVENT"; declare type ReturnType = (id: string) => void; export declare const useRemovePortal: () => ReturnType; export declare const useSubscribeRemovePortal: (callback: ReturnType) => void; export {};