@wix/design-system
Version:
@wix/design-system
16 lines • 1.02 kB
TypeScript
export declare const classes: {
content: (props?: ({} & {}) | undefined, ...classes: (string | false | null | undefined)[]) => string;
text: (props?: ({} & {}) | undefined, ...classes: (string | false | null | undefined)[]) => string;
root: (props?: ({
readonly status?: false | "error" | "success" | "warning" | null | undefined;
} & {
mobile?: boolean | null | undefined;
}) | undefined, ...classes: (string | false | null | undefined)[]) => string;
icon: (props?: ({} & {}) | undefined, ...classes: (string | false | null | undefined)[]) => string;
action: (props?: ({} & {}) | undefined, ...classes: (string | false | null | undefined)[]) => string;
actionButton: (props?: ({} & {}) | undefined, ...classes: (string | false | null | undefined)[]) => string;
toast: (props?: ({} & {
mobile?: boolean | null | undefined;
}) | undefined, ...classes: (string | false | null | undefined)[]) => string;
};
//# sourceMappingURL=StatusToast.classes.d.ts.map