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