filler.target.d.ts 479 B

123456789
  1. /**
  2. * @typedef { import('../../core/core.controller.js').default } Chart
  3. * @typedef { import('../../core/core.scale.js').default } Scale
  4. * @typedef { import('../../elements/element.point.js').default } PointElement
  5. */
  6. export function _getTarget(source: any): any;
  7. export type Chart = import('../../core/core.controller.js').default;
  8. export type Scale = import('../../core/core.scale.js').default;
  9. export type PointElement = import('../../elements/element.point.js').default;