pull/4030/head
Tuğçe Küçükoğlu 2023-06-05 14:18:26 +03:00
commit 6693602ca3
1 changed files with 8 additions and 0 deletions

View File

@ -28001,6 +28001,14 @@
"description": "Custom passthrough(pt) options.",
"relatedProp": "PaginatorProps.pt",
"props": [
{
"name": "paginatorWrapper",
"optional": true,
"readonly": false,
"type": "PaginatorPassThroughOptionType",
"default": "",
"description": "Uses to pass attributes to the paginator wrapper's DOM element."
},
{
"name": "root",
"optional": true,