UNPKG

@fecp/mobile

Version:

14 lines (13 loc) 272 B
import * as index$1 from "./src/components/index.mjs"; import { BaseChart } from "./src/components/baseChart/index.mjs"; const index = { install: (app) => { for (let c in index$1) { app.use(index$1[c]); } } }; export { BaseChart, index as default };