digitalmarketplace-frontend
Version:
Digital Marketplace Frontend contains assets and components used in Digital Marketplace projects
21 lines (20 loc) • 561 B
JSON
[
{
"name": "ariaLabel",
"type": "string",
"description": "An optional aria-label for the pagination nav. Defaults to \"Pagination\"",
"required": false
},
{
"name": "previousPage",
"type": "object",
"description": "Properties for the previous page url, title and optional label",
"required": false
},
{
"name": "nextPage",
"type": "object",
"description": "Properties for the next page url, title and optional label",
"required": false
}
]