@wix/design-system
Version:
@wix/design-system
13 lines • 309 B
TypeScript
export declare const dataHooks: {
toggle: string;
tooltip: string;
};
export declare const SIZE: {
readonly SMALL: "small";
readonly MEDIUM: "medium";
};
export declare const SKIN: {
readonly STANDARD: "standard";
readonly SUCCESS: "success";
};
//# sourceMappingURL=constants.d.ts.map