Skip to content

Commit 43157d4

Browse files
committed
test(TS): update props type to include children
1 parent 88f44fe commit 43157d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

types/test.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ export function wrappedRenderC(
130130
) {
131131
interface AppWrapperProps {
132132
userProviderProps?: {user: string}
133+
children: React.ReactNode
133134
}
134135
const AppWrapperProps: React.FunctionComponent<AppWrapperProps> = ({
135136
children,

0 commit comments

Comments
 (0)