UNPKG

@nodegui/vue-nodegui

Version:

library to render native desktop applications using vue js

8 lines (7 loc) 292 B
import { VNAnimatedImage, AnimatedImageProps } from './VNAnimatedImage'; import { WidgetConfig } from '../config'; declare class AnimatedImageConfig implements WidgetConfig<AnimatedImageProps> { parentNode: any; createElement(): VNAnimatedImage; } export default AnimatedImageConfig;