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