UNPKG

@project44-manifest/react

Version:

Manifest Design System react components

15 lines 379 B
import type { CSS } from '@project44-manifest/react-styles'; export declare type ToasterElement = 'div'; export interface ToasterProps { /** * Theme aware style object */ css?: CSS; /** * The length of time (in milliseconds) the toast is rendered. * * @default 5000 */ duration?: number; } //# sourceMappingURL=Toaster.types.d.ts.map