UNPKG

@lottiefiles/dotlottie-wc

Version:
13 lines (12 loc) 514 B
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