UNPKG

wix-style-react

Version:
17 lines (16 loc) 489 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.dataHooks = void 0; var prefix = 'formfield'; var dataHooks = { suffix: "".concat(prefix, "-suffix"), labelIndicators: "".concat(prefix, "-indicators"), counter: "".concat(prefix, "-counter"), children: "".concat(prefix, "-children"), label: "".concat(prefix, "-label"), asterisk: "".concat(prefix, "-asterisk"), infoIcon: "".concat(prefix, "-infoicon") }; exports.dataHooks = dataHooks;