dld_backend/node_modules/chart.js/dist/helpers/helpers.dataset.d.ts
2025-10-30 12:13:02 +05:30

3 lines
154 B
TypeScript

import type { Chart, ChartMeta, TRBL } from '../types/index.js';
export declare function getDatasetClipArea(chart: Chart, meta: ChartMeta): TRBL | false;