wix-style-react
Version:
14 lines (13 loc) • 445 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.dataHooks = void 0;
var dataHooks = {
tableListItemValue: 'tableListItem-value',
tableListItemCheckbox: 'tableListItem-checkbox',
tableListItemCheckboxContainer: 'tableListItem-checkboxContainer',
tableListItemOptionsContainer: 'tableListItem-optionsContainer',
tableListItemDragHandle: 'tableListItem-dragHandle'
};
exports.dataHooks = dataHooks;