UNPKG

@wix/design-system

Version:

@wix/design-system

23 lines 1.42 kB
export declare const classes: { mark: (props?: ({} & {}) | undefined, ...classes: (string | false | null | undefined)[]) => string; root: (props?: ({ readonly marksLabelAlignment?: false | "center" | "inside" | null | undefined; } & { horizontal?: boolean | null | undefined; hasGradient?: boolean | null | undefined; }) | undefined, ...classes: (string | false | null | undefined)[]) => string; markLine: (props?: ({} & {}) | undefined, ...classes: (string | false | null | undefined)[]) => string; markValue: (props?: ({} & {}) | undefined, ...classes: (string | false | null | undefined)[]) => string; markLabel: (props?: ({} & {}) | undefined, ...classes: (string | false | null | undefined)[]) => string; }; export declare const handleClasses: { root: (props?: ({} & { disabled?: boolean | null | undefined; hovered?: boolean | null | undefined; hasGradient?: boolean | null | undefined; }) | undefined, ...classes: (string | false | null | undefined)[]) => string; tooltip: (props?: ({} & {}) | undefined, ...classes: (string | false | null | undefined)[]) => string; thumb: (props?: ({} & {}) | undefined, ...classes: (string | false | null | undefined)[]) => string; handle: (props?: ({} & {}) | undefined, ...classes: (string | false | null | undefined)[]) => string; }; //# sourceMappingURL=Slider.classes.d.ts.map