index.ts 93 B

1234567
  1. import pivot from './pivot'
  2. import chart from './chart'
  3. export default {
  4. pivot,
  5. chart
  6. }