UNPKG

@nodegui/vue-nodegui

Version:

library to render native desktop applications using vue js

8 lines (7 loc) 236 B
import { WidgetConfig } from '../config'; import { VNImage, ImageProps } from './VNImage'; declare class ImageConfig implements WidgetConfig<ImageProps> { parentNode: any; createElement(): VNImage; } export default ImageConfig;