Skip to content

Commit 7d5f9f6

Browse files
committed
fix(type): scrollTest Comp type fix
scrollTest Comp type fix
1 parent 028c208 commit 7d5f9f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/scrollText/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import * as React from 'react';
33
export interface ScrollTextProps {
44
value?: string;
55
style?: React.CSSProperties;
6+
children?: React.ReactNode;
67
}
78

89
export default function scrollText (props: ScrollTextProps) {

0 commit comments

Comments
 (0)