UNPKG

@furystack/shades-common-components

Version:

12 lines 639 B
import type { NotyModel } from '../services/noty-service.js'; export declare const getDefaultNotyTimeouts: (type: NotyModel["type"]) => 0 | 5000 | 20000; export declare const NotyComponent: (props: { model: NotyModel; onDismiss: () => void; } & Omit<Partial<HTMLElement>, "style"> & { style?: Partial<CSSStyleDeclaration>; }, children?: import("@furystack/shades").ChildrenList) => JSX.Element; export declare const NotyList: (props: Omit<Partial<HTMLElement>, "style"> & { style?: Partial<CSSStyleDeclaration>; }, children?: import("@furystack/shades").ChildrenList) => JSX.Element; //# sourceMappingURL=noty-list.d.ts.map