d26db06f74
NPM Installation / build (16.x, ubuntu-latest) (push) Has been cancelled
NPM Installation / build (16.x, windows-latest) (push) Has been cancelled
NPM Installation / build (17.x, ubuntu-latest) (push) Has been cancelled
NPM Installation / build (17.x, windows-latest) (push) Has been cancelled
NPM Installation / build (18.x, ubuntu-latest) (push) Has been cancelled
NPM Installation / build (18.x, windows-latest) (push) Has been cancelled
10 lines
479 B
TypeScript
10 lines
479 B
TypeScript
/**
|
|
* @typedef { import('../../core/core.controller.js').default } Chart
|
|
* @typedef { import('../../core/core.scale.js').default } Scale
|
|
* @typedef { import('../../elements/element.point.js').default } PointElement
|
|
*/
|
|
export function _getTarget(source: any): any;
|
|
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;
|