UNPKG

@nodegui/vue-nodegui

Version:

library to render native desktop applications using vue js

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