@lottiefiles/dotlottie-wc
Version:
Web component wrapper around the dotlottie-web library
11 lines (10 loc) • 439 B
TypeScript
import { t as BaseDotLottieWC } from "./base-dotlottie-wc-CdGqzevG.js";
import { Config, DotLottie } from "@lottiefiles/dotlottie-web";
//#region src/dotlottie-wc.d.ts
declare const setWasmUrl: (url: string) => void;
declare class DotLottieWC extends BaseDotLottieWC<DotLottie> {
protected _createDotLottieInstance(config: Config): DotLottie;
}
//#endregion
export { DotLottieWC, setWasmUrl };
//# sourceMappingURL=dotlottie-wc.d.ts.map