chore(ui-shell): update company prop description in Header (#1770)

This commit is contained in:
Eric Liu 2023-07-13 08:46:51 -07:00
commit 2715ed9c38
4 changed files with 7 additions and 5 deletions

View file

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