Files
boc/landvex/node_modules/chart.js/dist/helpers/helpers.dataset.d.ts
T

3 lines
154 B
TypeScript
Raw Normal View History

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