UNPKG

wix-style-react

Version:
19 lines (18 loc) 435 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.labelTextSizes = exports.dataHooks = void 0; var dataHooks = { input: 'checkbox-input', label: 'checkbox-label', boxTooltip: 'checkbox-box-tooltip', box: 'checkbox-box', children: 'checkbox-children' }; exports.dataHooks = dataHooks; var labelTextSizes = { small: 'small', medium: 'medium' }; exports.labelTextSizes = labelTextSizes;