Feat: add UI BPJS > Surat Kontrol

This commit is contained in:
hasyim_kai
2025-10-27 14:01:58 +07:00
parent 89e0e7a2c8
commit 2275f4dc99
17 changed files with 1069 additions and 11 deletions

No files matched your search

+6
View File
@@ -41,6 +41,12 @@ export interface RefSearchNav {
onClear: () => void
}
export interface RefExportNav {
onExportPdf?: () => void
onExportCsv?: () => void
onExportExcel?: () => void
}
// prepared header for relatively common usage
export interface HeaderPrep {
title?: string