UNPKG

@lottiefiles/dotlottie-wc

Version:

Web component wrapper around the dotlottie-web library

10 lines (7 loc) 294 B
import { DotLottie, Config } from '@lottiefiles/dotlottie-web'; import { BaseDotLottieWC } from './base-dotlottie-wc.js'; import 'lit'; declare class DotLottieWC extends BaseDotLottieWC<DotLottie> { protected _createDotLottieInstance(config: Config): DotLottie; } export { DotLottieWC };