UNPKG

@lottiefiles/dotlottie-wc

Version:

Web component wrapper around the dotlottie-web library

8 lines (7 loc) 289 B
import { DotLottieWC } from "./dotlottie-wc.js"; import { DotLottieWorkerWC } from "./dotlottie-worker-wc.js"; //#region src/index.d.ts declare const setWasmUrl: (url: string) => void; //#endregion export { DotLottieWC, DotLottieWorkerWC, setWasmUrl }; //# sourceMappingURL=index.d.ts.map