UNPKG

@nodegui/vue-nodegui

Version:

library to render native desktop applications using vue js

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