UNPKG

@nodegui/vue-nodegui

Version:

library to render native desktop applications using vue js

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