@patternfly/react-tokens
Version:
This library provides access to the design tokens of PatternFly 4 from JavaScript
8 lines • 339 B
JavaScript
;
exports.__esModule = true;
exports.chart_bullet_group_title_divider_stroke_Width = {
"name": "--pf-v6-chart-bullet--group-title--divider--stroke--Width",
"value": 2,
"var": "var(--pf-v6-chart-bullet--group-title--divider--stroke--Width, 2)"
};
exports["default"] = exports.chart_bullet_group_title_divider_stroke_Width;