mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 19:46:36 +00:00
chore(ui-shell): update company
prop description in Header
This commit is contained in:
parent
79c6c05504
commit
4a0131e922
1 changed files with 3 additions and 2 deletions
|
@ -17,8 +17,9 @@
|
||||||
*/
|
*/
|
||||||
export let href = undefined;
|
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}
|
* @type {string}
|
||||||
*/
|
*/
|
||||||
export let company = undefined;
|
export let company = undefined;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue