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.
render
1 parent 3c21ffa commit a3d1898Copy full SHA for a3d1898
index.d.ts
@@ -189,6 +189,13 @@ declare module 'react-universal-component' {
189
error:
190
| ((p: P) => JSX.Element | ComponentType<P & { error: Error }>)
191
| (JSX.Element | ComponentType<P & { error: Error }>);
192
+
193
+ render: (
194
+ props: P,
195
+ module: Export | undefined,
196
+ isLoading: boolean,
197
+ error: Error | undefined
198
+ ) => JSX.Element
199
}
200
>;
201
0 commit comments