Files
motovaultpro/wwwroot/lib/chart-js/plugins/plugin.filler/simpleArc.d.ts
Eric Gullickson f7eca4bad5 first commit
2025-07-15 20:34:05 -05:00

13 lines
246 B
TypeScript

export class simpleArc {
constructor(opts: any);
x: any;
y: any;
radius: any;
pathSegment(ctx: any, bounds: any, opts: any): boolean;
interpolate(point: any): {
x: any;
y: any;
angle: any;
};
}