kongdeqiang
2025-12-01 5ecb1f53591ec51fd6ce549ccf107f59ecabedfc
1
2
3
4
/**
 * A Regexp to validate potential values for the CSS easing property of transitions.
 */
export declare const cssEasingValuesRegexp: RegExp;