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

@ -17,8 +17,9 @@
*/
export let href = undefined;
/**
* Specify the company name
/**
* Specify the company name.
* Alternatively, use the named slot "company" (e.g., `<span slot="company">...</span>`)
* @type {string}
*/
export let company = undefined;