@patternfly/react-tokens
Version:
This library provides access to the design tokens of PatternFly 4 from JavaScript
8 lines • 319 B
JavaScript
;
exports.__esModule = true;
exports.c_button_TransitionProperty = {
"name": "--pf-v6-c-button--TransitionProperty",
"value": "color, background-color, border-width, border-color, padding",
"var": "var(--pf-v6-c-button--TransitionProperty)"
};
exports["default"] = exports.c_button_TransitionProperty;