mirror of
https://github.com/csunny/DB-GPT.git
synced 2026-07-16 17:15:22 +00:00
Co-authored-by: lusain <lusain1990@gmail.com> Co-authored-by: alan.cl <1165243776@qq.com> Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
10 lines
204 B
TypeScript
10 lines
204 B
TypeScript
export { ProfessionalReport, default } from './ProfessionalReport';
|
|
|
|
export type {
|
|
ProfessionalReportProps,
|
|
ReportChart,
|
|
ReportInsight,
|
|
ReportMetric,
|
|
ReportTable,
|
|
} from './ProfessionalReport';
|