Update API doc

pull/4101/head^2
GitHub Actions Bot 2023-07-06 12:00:00 +00:00
parent 546504c4e0
commit e59c215d71
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": []
}
}
}