wix-style-react
Version:
15 lines (14 loc) • 418 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.dataHooks = void 0;
var dataHooks = {
RadioButtonWrapper: 'RadioButton-wrapper',
RadioButtonInput: 'RadioButton-input',
RadioButtonLabel: 'RadioButton-label',
RadioButtonRadio: 'RadioButton-radio',
RadioButtonChildren: 'RadioButton-children',
RadioButtonContent: 'RadioButton-content'
};
exports.dataHooks = dataHooks;