Refactor document detail to document layout

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-01-26 18:58:49 +04:00
parent 3f96869b6b
commit fb09bed247
36 changed files with 2861 additions and 2310 deletions

View File

@@ -27,7 +27,7 @@ const pdfDownloadSchema = z.object({
type PdfDownloadFormData = z.infer<typeof pdfDownloadSchema>;
type Props = {
children: ReactNode;
children?: ReactNode;
onDownload: (options: PdfDownloadFormData) => void;
isLoading?: boolean;
defaultEmail: string;