UNPKG

@lottiefiles/dotlottie-wc

Version:

Web component wrapper around the dotlottie-web library

12 lines (9 loc) 373 B
import { DotLottieWorker, Config } from '@lottiefiles/dotlottie-web'; import { AbstractDotLottieWC } from './abstract-dotlottie-wc.js'; import 'lit'; declare class DotLottieWorkerWC extends AbstractDotLottieWC<DotLottieWorker> { protected _createDotLottieInstance(config: Config & { workerId?: string; }): DotLottieWorker; } export { DotLottieWorkerWC };