@wix/design-system
Version:
@wix/design-system
10 lines • 542 B
TypeScript
export declare const classes: {
tooltip: (props?: ({} & {}) | undefined, ...classes: (string | false | null | undefined)[]) => string;
root: (props?: ({
readonly size?: false | "small" | "medium" | "tiny" | null | undefined;
} & {
selected?: boolean | null | undefined;
}) | undefined, ...classes: (string | false | null | undefined)[]) => string;
textWrapper: (props?: ({} & {}) | undefined, ...classes: (string | false | null | undefined)[]) => string;
};
//# sourceMappingURL=ToggleIcon.classes.d.ts.map