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