takeone/node_modules/chart.js/dist/helpers/helpers.dataset.d.ts
2026-01-26 01:40:48 +03:00

3 lines
154 B
TypeScript

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