GasWell-front/node_modules/element-plus/lib/components/slot/index.js

12 lines
248 B
JavaScript
Raw Normal View History

'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var onlyChild = require('./src/only-child.js');
exports.ElOnlyChild = onlyChild.OnlyChild;
exports.OnlyChild = onlyChild.OnlyChild;
//# sourceMappingURL=index.js.map