Merge pull request #178 from dikstub-rssa/feat/adjustment-org-to-the-be-153

Feat/adjustment org to the be 153
This commit is contained in:
Munawwirul Jamal
2025-11-21 14:06:13 +07:00
committed by GitHub
58 changed files with 297 additions and 409 deletions
+6
View File
@@ -42,6 +42,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