Next SSR middleware
Preparing search index...
ServerComponent
Type Alias ServerComponent<I, O>
ServerComponent
:
(
props
:
ServerProps
<
I
,
O
>
)
=>
Promise
<
ReactNode
>
Type Parameters
I
extends
Record
<
string
,
string
>
=
{}
O
extends
object
=
{}
Type Declaration
(
props
:
ServerProps
<
I
,
O
>
)
:
Promise
<
ReactNode
>
Parameters
props
:
ServerProps
<
I
,
O
>
Returns
Promise
<
ReactNode
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Next SSR middleware
Loading...