UNPKG

wix-style-react

Version:
13 lines (12 loc) 351 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.dataHooks = void 0; var prefix = 'page-section'; var dataHooks = { pageSectionTitle: "".concat(prefix, "-title"), pageSectionSubtitle: "".concat(prefix, "-subtitle"), pageSectionActionsBar: "".concat(prefix, "-actions-bar") }; exports.dataHooks = dataHooks;