mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-17 03:01:25 +00:00
chore: regenerate component docs [ci skip]
This commit is contained in:
parent
56718c633d
commit
998757691b
5 changed files with 33 additions and 14 deletions
6
types/UIShell/GlobalHeader/Header.d.ts
vendored
6
types/UIShell/GlobalHeader/Header.d.ts
vendored
|
@ -35,6 +35,12 @@ export interface HeaderProps extends svelte.JSX.HTMLAttributes<HTMLElementTagNam
|
|||
*/
|
||||
platformName?: string;
|
||||
|
||||
/**
|
||||
* Set to `true` to persist the hamburger menu
|
||||
* @default false
|
||||
*/
|
||||
persistentHamburgerMenu?: boolean;
|
||||
|
||||
/**
|
||||
* Obtain a reference to the HTML anchor element
|
||||
* @default null
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue