@@ -331,10 +331,10 @@ export const withOptions: {
|
|||||||
export const withRuntime: {
|
export const withRuntime: {
|
||||||
<E, R, P extends {}>(
|
<E, R, P extends {}>(
|
||||||
context: React.Context<Runtime.Runtime<R>>,
|
context: React.Context<Runtime.Runtime<R>>,
|
||||||
): (self: Component<E, R, P> & Suspense) => React.FC<P & SuspenseProps>
|
): {
|
||||||
<E, R, P extends {}>(
|
(self: Component<E, R, P> & Suspense): React.FC<P & SuspenseProps>
|
||||||
context: React.Context<Runtime.Runtime<R>>,
|
(self: Component<E, R, P>): React.FC<P>
|
||||||
): (self: Component<E, R, P>) => React.FC<P>
|
}
|
||||||
<E, R, P extends {}>(
|
<E, R, P extends {}>(
|
||||||
self: Component<E, R, P> & Suspense,
|
self: Component<E, R, P> & Suspense,
|
||||||
context: React.Context<Runtime.Runtime<R>>,
|
context: React.Context<Runtime.Runtime<R>>,
|
||||||
|
|||||||
Reference in New Issue
Block a user