StaticProps<T>
StaticProps<
T> =object
Type Parameters
| Type Parameter |
|---|
|
|
Properties
| Property | Modifier | Type | Description |
|---|---|---|---|
|
|
( |
Function that is called to render every item in | |
|
|
|
Array of items of any type to render using a function you pass as a component child. | |
|
|
|
Styles to apply to a container of child elements. See |