UNPKG

@nodegui/vue-nodegui

Version:

library to render native desktop applications using vue js

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