8 lines
200 B
TypeScript
8 lines
200 B
TypeScript
|
import type { IAnimationStyles } from '../interfaces/index';
|
||
|
/**
|
||
|
* {@docCategory AnimationClassNames}
|
||
|
*/
|
||
|
export declare const AnimationClassNames: {
|
||
|
[key in keyof IAnimationStyles]?: string;
|
||
|
};
|