We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccd8a0d commit 93bc2c8Copy full SHA for 93bc2c8
types/test.tsx
@@ -129,6 +129,7 @@ export function wrappedRenderC(
129
options?: pure.RenderOptions,
130
) {
131
interface AppWrapperProps {
132
+ children?: React.ReactNode
133
userProviderProps?: {user: string}
134
}
135
const AppWrapperProps: React.FunctionComponent<AppWrapperProps> = ({
0 commit comments