@patternfly/react-tokens
Version:
This library provides access to the design tokens of PatternFly 4 from JavaScript
8 lines • 311 B
JavaScript
;
exports.__esModule = true;
exports.c_switch__toggle_before_Transition = {
"name": "--pf-v6-c-switch__toggle--before--Transition",
"value": "transform .25s ease 0s",
"var": "var(--pf-v6-c-switch__toggle--before--Transition)"
};
exports["default"] = exports.c_switch__toggle_before_Transition;