Skip to content

Commit

Permalink
fix(ts): children
Browse files Browse the repository at this point in the history
  • Loading branch information
jagnani73 committed Jan 25, 2022
1 parent 819c516 commit 368d762
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-easy-marquee",
"version": "1.1.8",
"version": "1.1.9",
"homepage": "https://jagnani73.github.io/react-easy-marquee",
"description": "A marquee component for React using CSS.",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ export interface MarqueeProps extends AnimationProps {
pauseOnHover?: boolean;
width?: string;
className?: string;
children: JSX.Element;
children: JSX.Element[];
}

0 comments on commit 368d762

Please sign in to comment.