UNPKG

@wix/design-system

Version:

@wix/design-system

11 lines 814 B
export declare const classes: { root: (props?: ({ readonly skin?: false | "standard" | "premium" | "destructive" | null | undefined; readonly controlButtonAmount?: false | "0" | "1" | "2" | null | undefined; } & {}) | undefined, ...classes: (string | false | null | undefined)[]) => string; controlButtons: (props?: ({} & {}) | undefined, ...classes: (string | false | null | undefined)[]) => string; helpButton: (props?: ({} & {}) | undefined, ...classes: (string | false | null | undefined)[]) => string; closeButton: (props?: ({} & {}) | undefined, ...classes: (string | false | null | undefined)[]) => string; helpIcon: (props?: ({} & {}) | undefined, ...classes: (string | false | null | undefined)[]) => string; }; //# sourceMappingURL=BaseModalLayout.classes.d.ts.map