UNPKG

@ministryofjustice/hmpps-digital-prison-reporting-frontend

Version:

The Digital Prison Reporting Frontend contains templates and code to help display data effectively in UI applications.

34 lines (33 loc) 730 B
export = mockPieChartData; declare const mockPieChartData: { id: string; data: { details: { headlines: never[]; meta: { label: string; value: string; }[]; }; chart: { type: string; unit: string; data: { labels: string[]; datasets: { label: string; data: number[]; total: number; }[]; }; }; table: { head: { text: string; }[]; rows: { text: string; }[][]; }; }; }[];