Fixing missing changes in docs and the layout

This commit is contained in:
Davi Seidel Brandão 2024-01-02 18:02:31 -03:00
commit 48b63b9246
5 changed files with 9 additions and 9 deletions

View file

@ -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.

View file

@ -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.