Skip to content

Commit

Permalink
Merge pull request #21 from cloudmix-dev/bugfix/app-shell-types
Browse files Browse the repository at this point in the history
App shell types
  • Loading branch information
samlaycock authored Dec 31, 2023
2 parents ffe519a + 5d2d6cf commit 15f1648
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/eighty-bags-agree.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@cloudmix-dev/react": patch
---

Fix AppShell component types
1 change: 0 additions & 1 deletion packages/react/src/components/app-shell.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { cn } from "../utils";
import { Button } from "./button";

export interface AppShellProps extends React.PropsWithChildren {
test: boolean;
renderActions?: React.ReactNode;
renderBar?: React.ReactNode;
renderFooter?: React.ReactNode;
Expand Down

0 comments on commit 15f1648

Please sign in to comment.