UNPKG

@fecp/mobile

Version:

14 lines (13 loc) 413 B
"use strict"; Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } }); const index$2 = require("./src/components/index.js"); const index$1 = require("./src/components/baseChart/index.js"); const index = { install: (app) => { for (let c in index$2) { app.use(index$2[c]); } } }; exports.BaseChart = index$1.BaseChart; exports.default = index;