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.

11 lines (9 loc) 230 B
/** * Initialise all components * * Use the `data-dpr-module` attributes to find, instantiate and initialise all the * components provided as part of DPR Frontend. * */ declare function initAll(): void; export { initAll };