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 VNCheckbox_1 = require("./VNCheckbox"); class CheckboxConfig { createElement() { return new VNCheckbox_1.VNCheckbox(); } } exports.default = CheckboxConfig; //# sourceMappingURL=index.js.map