{
"componentDescription": "",
"propDescriptions": {
"backIconButtonProps": {
"description": "This prop is an alias for slotProps.previousButton and will be overridden by it if both are used."
},
"classes": { "description": "Override or extend the styles applied to the component." },
"disabled": { "description": "If true, the component is disabled." },
"getItemAriaLabel": {
"description": "Accepts a function which returns a string value that provides a user-friendly name for the current page. This is important for screen reader users.
For localization purposes, you can use the provided translations.",
"typeDescriptions": {
"type": {
"name": "type",
"description": "The link or button type to format ('first' | 'last' | 'next' | 'previous')."
}
}
},
"nextIconButtonProps": {
"description": "This prop is an alias for slotProps.nextButton and will be overridden by it if both are used."
}
},
"classDescriptions": {},
"slotDescriptions": {
"firstButton": "The component that renders the first button.",
"firstButtonIcon": "The component that renders the first button icon.",
"lastButton": "The component that renders the last button.",
"lastButtonIcon": "The component that renders the last button icon.",
"nextButton": "The component that renders the next button.",
"nextButtonIcon": "The component that renders the next button icon.",
"previousButton": "The component that renders the previous button.",
"previousButtonIcon": "The component that renders the previous button icon."
}
}