Library Documentation
NPM
GitHub
Preparing search index...
The search index is not available
Amplify JS API Documentation
Amplify JS API Documentation
@aws-amplify/adapter-nextjs
index
<Reference Types>
ConsumerProps
Interface ConsumerProps<T>
Describes the props accepted by a Context
Consumer
.
interface
ConsumerProps
<
T
>
{
children
:
(
(
value
)
=>
ReactNode
)
;
}
Type Parameters
T
The type of the value the context provides.
Index
Properties
children
Properties
children
children
:
(
(
value
)
=>
ReactNode
)
Type declaration
(
value
)
:
ReactNode
Parameters
value
:
T
Returns
ReactNode
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
children
Amplify JS API Documentation
aws-amplify
@aws-amplify
geo
interactions
predictions
pubsub
adapter-nextjs
datastore-storage-adapter
Describes the props accepted by a Context Consumer.