wix-style-react
Version:
wix-style-react
25 lines • 715 B
TypeScript
export declare const dataHooks: {
readonly input: "checkbox-input";
readonly label: "checkbox-label";
readonly boxTooltip: "checkbox-box-tooltip";
readonly box: "checkbox-box";
readonly children: "checkbox-children";
};
export declare const LABEL_TEXT_SIZE: {
readonly SMALL: "small";
readonly MEDIUM: "medium";
};
export declare const SELECTION_AREA: {
readonly NONE: "none";
readonly HOVER: "hover";
readonly ALWAYS: "always";
};
export declare const V_ALIGN: {
readonly CENTER: "center";
readonly TOP: "top";
};
export declare const SELECTION_AREA_SKIN: {
readonly FILLED: "filled";
readonly OUTLINED: "outlined";
};
//# sourceMappingURL=constants.d.ts.map