UNPKG

@spaced-out/ui-design-system

Version:
10 lines 245 B
interface UseToastPortal { toastRef: { current: HTMLDivElement | null; }; } export declare const useToastPortal: ({ toastRef, }: UseToastPortal) => { loaded: boolean; }; export {}; //# sourceMappingURL=useToastPortal.d.ts.map