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