@wix/design-system
Version:
@wix/design-system
22 lines • 723 B
TypeScript
export declare const VARIANT: {
readonly inline: "inline";
readonly singleline: "singleline";
readonly multiline: "multiline";
};
export declare const SIZE: {
readonly tiny: "tiny";
readonly small: "small";
readonly medium: "medium";
};
export declare const COPY_BUTTON_SIZE: {
readonly small: "small";
readonly medium: "medium";
};
export declare const DEFAULT_TOOLTIP_IDLE = "Copy to clipboard";
export declare const DEFAULT_TOOLTIP_COPIED = "Copied to clipboard";
export declare const COPY_RESET_TIMEOUT_MS = 3000;
export declare const DATA_HOOKS: {
readonly copyButton: "codesnippet-copy";
readonly code: "codesnippet-code";
};
//# sourceMappingURL=CodeSnippet.constants.d.ts.map