UNPKG

@nodegui/vue-nodegui

Version:

library to render native desktop applications using vue js

10 lines 283 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const VNSpinBox_1 = require("./VNSpinBox"); class SpinBoxConfig { createElement() { return new VNSpinBox_1.VNSpinBox(); } } exports.default = SpinBoxConfig; //# sourceMappingURL=index.js.map