You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gnucash/borrowed/chartjs-4/plugins/plugin.decimation.d.ts

11 lines
292 B

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;