@patternfly/react-tokens
Version:
This library provides access to the design tokens of PatternFly 4 from JavaScript
6 lines • 319 B
JavaScript
export const c_expandable_section__toggle_icon_Transition = {
"name": "--pf-v6-c-expandable-section__toggle-icon--Transition",
"value": "transform 100ms cubic-bezier(.4, 0, .2, 1)",
"var": "var(--pf-v6-c-expandable-section__toggle-icon--Transition)"
};
export default c_expandable_section__toggle_icon_Transition;