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.