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:
14
web/admin-spa/node_modules/chart.js/dist/plugins/plugin.filler/filler.target.stack.d.ts
generated
vendored
Normal file
14
web/admin-spa/node_modules/chart.js/dist/plugins/plugin.filler/filler.target.stack.d.ts
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
/**
|
||||
* @param {{ chart: Chart; scale: Scale; index: number; line: LineElement; }} source
|
||||
* @return {LineElement}
|
||||
*/
|
||||
export function _buildStackLine(source: {
|
||||
chart: Chart;
|
||||
scale: Scale;
|
||||
index: number;
|
||||
line: LineElement;
|
||||
}): LineElement;
|
||||
export type Chart = import('../../core/core.controller.js').default;
|
||||
export type Scale = import('../../core/core.scale.js').default;
|
||||
export type PointElement = import('../../elements/element.point.js').default;
|
||||
import { LineElement } from "../../elements/index.js";
|
||||
Reference in New Issue
Block a user