UNPKG

@nodegui/vue-nodegui

Version:

library to render native desktop applications using vue js

8 lines (7 loc) 275 B
import { ObjectDirective } from '@vue/runtime-core'; import { VNComboBox } from '../../widgets/ComboBox/VNComboBox'; declare type ModelDirective<T> = ObjectDirective<T & { _assign: Function; }>; export declare const vModelComboBox: ModelDirective<VNComboBox>; export {};