mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36:36 +00:00
Merge 48b63b9246
into 0405edee7d
This commit is contained in:
commit
20ea4fe8c2
15 changed files with 40 additions and 40 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.
|
||||
|
|
2
types/UIShell/SideNav.svelte.d.ts
vendored
2
types/UIShell/SideNav.svelte.d.ts
vendored
|
@ -26,7 +26,7 @@ export interface SideNavProps extends RestProps {
|
|||
* Set to `true` to toggle the expanded state
|
||||
* @default false
|
||||
*/
|
||||
isOpen?: boolean;
|
||||
open?: boolean;
|
||||
|
||||
/**
|
||||
* The window width (px) at which the SideNav is expanded and the hamburger menu is hidden.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue