UNPKG

@nodegui/vue-nodegui

Version:

library to render native desktop applications using vue js

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