UNPKG

@wix/design-system

Version:

@wix/design-system

18 lines 1.29 kB
export declare const classes: { label: (props?: ({} & {}) | undefined, ...classes: (string | false | null | undefined)[]) => string; root: (props?: ({ readonly size?: false | "small" | "medium" | "large" | "tiny" | null | undefined; readonly skin?: false | "standard" | "success" | "premium" | null | undefined; } & { error?: boolean | null | undefined; light?: boolean | null | undefined; success?: boolean | null | undefined; }) | undefined, ...classes: (string | false | null | undefined)[]) => string; progressBar: (props?: ({} & {}) | undefined, ...classes: (string | false | null | undefined)[]) => string; arcsContainer: (props?: ({} & {}) | undefined, ...classes: (string | false | null | undefined)[]) => string; backArc: (props?: ({} & {}) | undefined, ...classes: (string | false | null | undefined)[]) => string; foreArc: (props?: ({} & {}) | undefined, ...classes: (string | false | null | undefined)[]) => string; statusIndicator: (props?: ({} & {}) | undefined, ...classes: (string | false | null | undefined)[]) => string; progressIndicator: (props?: ({} & {}) | undefined, ...classes: (string | false | null | undefined)[]) => string; }; //# sourceMappingURL=CircularProgressBar.classes.d.ts.map