UNPKG

@nodegui/vue-nodegui

Version:

library to render native desktop applications using vue js

8 lines (7 loc) 234 B
import { WidgetConfig } from 'widgets/config'; import { VNView, ViewProps } from './VNView'; declare class ViewConfig implements WidgetConfig<ViewProps> { parentNode: any; createElement(): VNView; } export default ViewConfig;