mirror of
https://github.com/chartjs/Chart.js.git
synced 2026-03-03 23:14:02 +01:00
5 lines
101 B
TypeScript
5 lines
101 B
TypeScript
import { Chart } from '../dist/chart.esm';
|
|
|
|
export * from '../dist/chart.esm';
|
|
export default Chart;
|