Search
Preparing search index...
The search index is not available
Next.js
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Next.js
next-server/server/load-components
Module next-server/server/load-components
Index
Type aliases
Load
Components
Return
Type
Manifest
Item
Functions
interop
Default
load
Components
Type aliases
Load
Components
Return
Type
Load
Components
Return
Type
:
{
App
:
AppType
;
Component
:
React.ComponentType
;
ComponentMod
:
any
;
Document
:
DocumentType
;
buildManifest
:
BuildManifest
;
getServerSideProps
?:
GetServerSideProps
;
getStaticPaths
?:
GetStaticPaths
;
getStaticProps
?:
GetStaticProps
;
pageConfig
?:
PageConfig
;
reactLoadableManifest
:
ReactLoadableManifest
}
Type declaration
App
:
AppType
Component
:
React.ComponentType
Component
Mod
:
any
Document
:
DocumentType
build
Manifest
:
BuildManifest
Optional
get
Server
Side
Props
?:
GetServerSideProps
Optional
get
Static
Paths
?:
GetStaticPaths
Optional
get
Static
Props
?:
GetStaticProps
Optional
page
Config
?:
PageConfig
react
Loadable
Manifest
:
ReactLoadableManifest
Manifest
Item
Manifest
Item
:
{
file
:
string
;
id
:
number
|
string
;
name
:
string
}
Type declaration
file
:
string
id
:
number
|
string
name
:
string
Functions
interop
Default
interop
Default
(
mod
:
any
)
:
any
Parameters
mod:
any
Returns
any
load
Components
load
Components
(
distDir
:
string
, pathname
:
string
, serverless
:
boolean
)
:
Promise
<
LoadComponentsReturnType
>
Parameters
distDir:
string
pathname:
string
serverless:
boolean
Returns
Promise
<
LoadComponentsReturnType
>
Modules
next-
server/server/load-
components
Load
Components
Return
Type
Manifest
Item
interop
Default
load
Components
Generated using
TypeDoc