UNPKG

@nodegui/vue-nodegui

Version:

library to render native desktop applications using vue js

4 lines (3 loc) 162 B
import { ObjectDirective } from '@vue/runtime-core'; import { NodeWidget } from '@nodegui/nodegui'; export declare const vShow: ObjectDirective<NodeWidget<any>>;