pull/4101/head^2
mertsincan 2023-07-06 13:01:39 +01:00
commit 89c2d63b6a
1 changed files with 28 additions and 0 deletions

View File

@ -4385,6 +4385,34 @@
}
],
"methods": []
},
"BaseComponentPassThroughMethodOptions": {
"description": "",
"relatedProp": "",
"props": [
{
"name": "instance",
"optional": true,
"readonly": false,
"type": "null | I",
"default": ""
},
{
"name": "props",
"optional": true,
"readonly": false,
"type": "null | P",
"default": ""
},
{
"name": "state",
"optional": true,
"readonly": false,
"type": "null | S",
"default": ""
}
],
"methods": []
}
}
}