@patternfly/react-tokens
Version:
This library provides access to the design tokens of PatternFly 4 from JavaScript
8 lines • 353 B
JavaScript
;
exports.__esModule = true;
exports.c_alert_GridTemplateAreas = {
"name": "--pf-v6-c-alert--GridTemplateAreas",
"value": "\"toggle icon title action\"\n \". . description description\"\n \". . actiongroup actiongroup\"",
"var": "var(--pf-v6-c-alert--GridTemplateAreas)"
};
exports["default"] = exports.c_alert_GridTemplateAreas;