mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36:36 +00:00
Fixing missing changes in docs and the layout
This commit is contained in:
parent
eeb27fc312
commit
48b63b9246
5 changed files with 9 additions and 9 deletions
2
types/UIShell/HeaderAction.svelte.d.ts
vendored
2
types/UIShell/HeaderAction.svelte.d.ts
vendored
|
@ -8,7 +8,7 @@ export interface HeaderActionProps extends RestProps {
|
|||
* Set to `true` to open the panel
|
||||
* @default false
|
||||
*/
|
||||
isOpen?: boolean;
|
||||
open?: boolean;
|
||||
|
||||
/**
|
||||
* Specify the icon to render when the action panel is closed.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue