From f45a70b419233d12f0603ad5790843f19dd47779 Mon Sep 17 00:00:00 2001 From: Janos Lengyel Date: Wed, 12 Jul 2023 13:00:41 +0200 Subject: [PATCH] update Header types description --- types/UIShell/Header.svelte.d.ts | 1 + 1 file changed, 1 insertion(+) 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;