Skip to content
This repository was archived by the owner on Jun 28, 2026. It is now read-only.

Commit b07b650

Browse files
author
GitHub Actions Bot
committed
Update API doc
1 parent 1095cee commit b07b650

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

components/doc/common/apidoc/index.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1316,7 +1316,7 @@
13161316
"name": "listbox",
13171317
"optional": true,
13181318
"readonly": false,
1319-
"type": "ListboxPassThroughOptions",
1319+
"type": "ListBoxPassThroughOptions",
13201320
"description": "Custom passthrough(pt) options for Listbox."
13211321
},
13221322
{
@@ -33131,7 +33131,7 @@
3313133131
"name": "pt",
3313233132
"optional": true,
3313333133
"readonly": false,
33134-
"type": "ListboxPassThroughOptions",
33134+
"type": "ListBoxPassThroughOptions",
3313533135
"default": "",
3313633136
"description": "Uses to pass attributes to DOM elements inside the component."
3313733137
},
@@ -33306,9 +33306,9 @@
3330633306
],
3330733307
"callbacks": []
3330833308
},
33309-
"ListboxPassThroughOptions": {
33309+
"ListBoxPassThroughOptions": {
3331033310
"description": "Custom passthrough(pt) options.",
33311-
"relatedProp": "ListboxProps.pt",
33311+
"relatedProp": "pt",
3331233312
"props": [
3331333313
{
3331433314
"name": "root",

0 commit comments

Comments
 (0)