wix-style-react
Version:
15 lines (14 loc) • 424 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.dataHooks = void 0;
var dataHooks = {
funnelChartItem: 'funnel-chart-item',
labelValue: 'funnel-chart-item-label-value',
labelText: 'funnel-chart-item-label-text',
badge: 'funnel-chart-item-badge',
badgeValue: 'funnel-chart-item-badge-value',
badgeTooltip: 'funnel-chart-item-badge-tooltip'
};
exports.dataHooks = dataHooks;