UNPKG

wix-style-react

Version:
13 lines (12 loc) 356 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.dataHooks = void 0; var dataHooks = { trendIndicatorValue: 'trendIndicator-value', trendIndicatorIcon: 'trendIndicator-icon', trendIndicatorUp: 'trendIndicator-sort-up-icon', trendIndicatorDown: 'trendIndicator-sort-down-icon' }; exports.dataHooks = dataHooks;