UNPKG

jeddy

Version:

Reactive UI building Framework

8 lines 261 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const Node_1 = require("../core/Node"); const Section = (args) => { return Node_1.default(args, 'section'); }; exports.default = Section; //# sourceMappingURL=Section.js.map