mirror of
https://github.com/Wei-Shaw/claude-relay-service.git
synced 2026-01-23 21:17:30 +00:00
chore: update frontend build for v1.1.81 [skip ci]
This commit is contained in:
10
web/admin-spa/node_modules/chart.js/dist/scales/scale.linear.d.ts
generated
vendored
Normal file
10
web/admin-spa/node_modules/chart.js/dist/scales/scale.linear.d.ts
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
export default class LinearScale extends LinearScaleBase {
|
||||
static id: string;
|
||||
/**
|
||||
* @type {any}
|
||||
*/
|
||||
static defaults: any;
|
||||
getPixelForValue(value: any): number;
|
||||
getValueForPixel(pixel: any): number;
|
||||
}
|
||||
import LinearScaleBase from "./scale.linearbase.js";
|
||||
Reference in New Issue
Block a user