wix-style-react
Version:
17 lines (16 loc) • 412 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.dataHooks = void 0;
var dataHooks = {
content: 'cardFolderTabs-content',
header: 'cardFolderTabs-header',
tabButton: function tabButton(id) {
return "cardFolderTabs-tabButton-".concat(id);
},
tabText: function tabText(id) {
return "cardFolderTabs-tabText-".concat(id);
}
};
exports.dataHooks = dataHooks;