Skip to content

Commit

Permalink
fix: typing
Browse files Browse the repository at this point in the history
  • Loading branch information
kosmydel committed Aug 24, 2023
1 parent 590859d commit 24e0bf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/decorators/types.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export type Props = {
children: React.ReactNode;
children: React.ReactElement;
};

0 comments on commit 24e0bf4

Please sign in to comment.