| Current Path : /var/www/html/reddsis/node_modules/chart.js/dist/plugins/ |
| Current File : /var/www/html/reddsis/node_modules/chart.js/dist/plugins/plugin.decimation.d.ts |
declare namespace _default {
const id: string;
namespace defaults {
const algorithm: string;
const enabled: boolean;
}
function beforeElementsUpdate(chart: any, args: any, options: any): void;
function destroy(chart: any): void;
}
export default _default;