diff --git a/types/UIShell/Header.svelte.d.ts b/types/UIShell/Header.svelte.d.ts index 5f620ab8..7054fa9f 100644 --- a/types/UIShell/Header.svelte.d.ts +++ b/types/UIShell/Header.svelte.d.ts @@ -29,6 +29,7 @@ export interface HeaderProps /** * Specify the company name + * Alternatively, use the named slot "company" (e.g., ...) * @default undefined */ company?: string;