feat(ee): docx word export

This commit is contained in:
Philipinho
2026-06-19 13:10:55 +01:00
parent 2b56c09afc
commit ba3c83bc1d
19 changed files with 431 additions and 387 deletions
+1
View File
@@ -20,6 +20,7 @@ export const Feature = {
VIEWER_COMMENTS: 'comment:viewer',
TEMPLATES: 'templates',
PDF_EXPORT: 'export:pdf',
DOCX_EXPORT: 'export:docx',
} as const;
export type FeatureKey = (typeof Feature)[keyof typeof Feature];