import BaseFoundation, { DefaultAdapter } from "../base/foundation"; import lottie, { AnimationItem } from "lottie-web"; import { ArgsType } from "../collapse/foundation"; export interface LottieAdapter
, S = Record {
getContainer: () => Element;
getLoadParams: () => ArgsType , S = Record );
static getLottie: () => typeof lottie;
init(lifecycle?: any): void;
handleParamsUpdate: () => void;
destroy(): void;
}
export default LottieFoundation;