mirror of
https://github.com/chartjs/Chart.js.git
synced 2026-03-07 00:36:50 +01:00
* Add Typescript to the build * Converts the `helpers.core` to Typescript as an example * Converts the `core.element` to Typescript
5 lines
91 B
TypeScript
5 lines
91 B
TypeScript
import {Chart} from '../dist/types';
|
|
|
|
export * from '../dist/types';
|
|
export default Chart;
|