UNPKG

@wix/design-system

Version:

@wix/design-system

5 lines 186 B
export type ToastContextValue = { hidden: boolean; }; export declare const ToastContext: import("react").Context<ToastContextValue | null>; //# sourceMappingURL=ToastContext.d.ts.map