UNPKG

@cmstops/pro-compo

Version:

[物料平台文档中心](https://arco.design/docs/material/guide)

18 lines (17 loc) 599 B
(function(global, factory) { typeof exports === "object" && typeof module !== "undefined" ? module.exports = factory() : typeof define === "function" && define.amd ? define(factory) : (global = typeof globalThis !== "undefined" ? globalThis : global || self, global.ArcoComponents = factory()); })(this, function() { "use strict"; const components = {}; const install = (app) => { for (const key of Object.keys(components)) { app.use(components[key]); } }; const Components = { ...components, install }; return Components; }); //# sourceMappingURL=index.js.map