UNPKG

@spaced-out/ui-design-system

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