nocobase/packages/plugins/@nocobase/plugin-sample-add-custom-charts/server.d.ts
YANG QIA 8bd6ef897c
chore(bi): complete chart api (#2771)
* chore(bi): complete chart api

* feat(bi): sample plugin for adding custom charts

* chore: improve

* chore: remove console.log
2023-10-11 04:24:50 -05:00

3 lines
72 B
TypeScript

export * from './dist/server';
export { default } from './dist/server';