mirror of
https://github.com/chartjs/Chart.js.git
synced 2026-03-04 23:44:05 +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;
|