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