UNPKG

@grigorov-it/mazer

Version:

Free and Open-source Bootstrap 5 Admin Dashboard Template and Landing Page

10 lines (9 loc) 479 B
/** * @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;