Node-Red configuration
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

filler.target.d.ts 479B

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;