10 lines
207 B
TypeScript
Raw Normal View History

2022-01-14 16:17:14 +08:00
import { PackagesType } from '@/packages/index.d'
import { BarList } from '@/packages/components/Chart/index'
// 所有图表
let packagesList: PackagesType = {
Charts: BarList
}
export { packagesList }