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.

19 lines (17 loc) 339 B
export type Template = | 'list' | 'list-section' | 'list-tab' | 'summary' | 'summary-section' | 'parent-child' | 'parent-child-section' | 'row-section' | 'row-section-child' export type SummaryTemplate = | 'table-header' | 'table-footer' | 'section-header' | 'section-footer' | 'page-header' | 'page-footer'