mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
chore(ui-shell): update company
prop description in Header
(#1770)
This commit is contained in:
parent
b015d76f15
commit
2715ed9c38
4 changed files with 7 additions and 5 deletions
3
types/UIShell/Header.svelte.d.ts
vendored
3
types/UIShell/Header.svelte.d.ts
vendored
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue