auto.esm.d.ts 101 B

1234
  1. import { Chart } from '../dist/chart.esm';
  2. export * from '../dist/chart.esm';
  3. export default Chart;