UNPKG

@nodegui/vue-nodegui

Version:

library to render native desktop applications using vue js

5 lines (4 loc) 196 B
import { RendererOptions } from '@vue/runtime-core'; import { VNNode, VNWidget } from 'widgets/config'; declare const nodeOps: RendererOptions<VNWidget<any>, VNNode<any>>; export default nodeOps;