@patternfly/react-tokens
Version:
This library provides access to the design tokens of PatternFly 4 from JavaScript
8 lines • 337 B
JavaScript
;
exports.__esModule = true;
exports.c_label_m_editable_hover_TextDecorationStyle = {
"name": "--pf-v6-c-label--m-editable--hover--TextDecorationStyle",
"value": "dashed",
"var": "var(--pf-v6-c-label--m-editable--hover--TextDecorationStyle)"
};
exports["default"] = exports.c_label_m_editable_hover_TextDecorationStyle;