@furystack/shades-common-components
Version:
Common UI components for FuryStack Shades
16 lines • 767 B
TypeScript
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>;
} & {
ref?: import("@furystack/shades").RefObject<Element>;
}, children?: import("@furystack/shades").ChildrenList) => JSX.Element;
export declare const NotyList: (props: Omit<Partial<HTMLElement>, "style"> & {
style?: Partial<CSSStyleDeclaration>;
} & {
ref?: import("@furystack/shades").RefObject<Element>;
}, children?: import("@furystack/shades").ChildrenList) => JSX.Element;
//# sourceMappingURL=noty-list.d.ts.map