Skip to content

Interface: ExportBrand

Optional brand styling for the exported document. Plain data (no React / DOM), so this module stays framework-free; the driver resolves it from @dbx-tools/ui-branding (useBrand() + resolveBrandAsset) and passes it through. Any field omitted falls back to the neutral default styling.

optional accent?: string

Accent brand color (links).


optional fontSans?: string

Sans-serif font stack for the document body.


optional foreground?: string

Body text color.


optional logoDataUrl?: string

Logo image src (a data URL) rendered in the document header.


optional primary?: string

Primary brand color for the header rule, headings, and role labels.