UNPKG

ngx-lottie

Version:

<h1 align="center"> <img src="https://raw.githubusercontent.com/ngx-lottie/ngx-lottie/master/docs/assets/lottie.gif"> </h1>

9 lines (8 loc) 217 B
export interface LottieServerOptions { preloadAnimations: { folder: string; animations: string[]; }; } export declare type PathToAnimation = string; export declare type AnimationData = string;