UNPKG

@nodegui/vue-nodegui

Version:

library to render native desktop applications using vue js

8 lines (7 loc) 265 B
import { ObjectDirective } from '@vue/runtime-core'; import { VNLineEdit } from 'widgets/LineEdit/VNLineEdit'; declare type ModelDirective<T> = ObjectDirective<T & { _assign: Function; }>; export declare const vModelText: ModelDirective<VNLineEdit>; export {};