Type Definitions
object
# NavigationElementWithChildrenProps
Array of navigation elements. Extending NavigationElementProps
Properties:
| Name | Type | Attributes | Description |
|---|---|---|---|
elements |
Array.<NavigationElementWithChildrenProps>
|
<optional> |
object
# NavigationProps
Props passed to Navigation component
Properties:
| Name | Type | Description |
|---|---|---|
label |
string
|
|
elements |
Array.<NavigationElementWithChildrenProps>
|