Files
Chart.js/auto/auto.d.ts
Dan Onoshko 2031cdf051 Preparing the project for TypeScript (#10595)
* Add Typescript to the build
* Converts the `helpers.core` to Typescript as an example
* Converts the `core.element` to Typescript
2022-08-22 11:58:57 -04:00

5 lines
91 B
TypeScript

import {Chart} from '../dist/types';
export * from '../dist/types';
export default Chart;