mirror of
https://github.com/chartjs/Chart.js.git
synced 2026-03-06 16:26:52 +01:00
* ESM build, with helpers separated * Remove umd environment * Include the chunks in package
7 lines
164 B
JavaScript
7 lines
164 B
JavaScript
export * from './controllers';
|
|
export * from './core';
|
|
export * from './elements';
|
|
export * from './platform';
|
|
export * from './plugins';
|
|
export * from './scales';
|