AdminLTE/plugins/filterizr/config/cssEasingValuesRegexp.d.ts
REJack e3888aee85
created new gallery page
- added filterizr to plugins
- created gallery demo
2019-08-28 11:42:16 +02:00

5 lines
145 B
TypeScript
Executable file

/**
* A Regexp to validate potential values for the CSS easing property of transitions.
*/
export declare const cssEasingValuesRegexp: RegExp;