@wix/design-system
Version:
@wix/design-system
20 lines • 529 B
TypeScript
export declare const SHAPES: {
readonly square: "square";
readonly round: "round";
};
export declare const COLORS: {
readonly standard: "standard";
readonly blue: "blue";
readonly cyan: "cyan";
readonly teal: "teal";
readonly green: "green";
readonly purple: "purple";
readonly violet: "violet";
readonly pink: "pink";
readonly orange: "orange";
readonly red: "red";
};
export declare const dataHooks: {
button: string;
};
//# sourceMappingURL=ComposerButton.constants.d.ts.map