update Header types description

This commit is contained in:
Janos Lengyel 2023-07-12 13:00:41 +02:00
commit f45a70b419

View file

@ -29,6 +29,7 @@ export interface HeaderProps
/**
* Specify the company name
* Alternatively, use the named slot "company" (e.g., <span slot="company">...</span>)
* @default undefined
*/
company?: string;