Files
react-test/docs/translations/api-docs-base/use-tab-panel/use-tab-panel.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

17 lines
557 B
JSON
Raw Normal View History

2025-12-12 14:26:25 +09:00
{
"hookDescription": "",
"parametersDescriptions": {
"id": { "description": "The id of the TabPanel." },
"rootRef": { "description": "The ref of the TabPanel." },
"value": {
"description": "The value of the TabPanel. It will be shown when the Tab with the corresponding value is selected."
}
},
"returnValueDescriptions": {
"getRootProps": { "description": "Resolver for the root slot's props." },
"hidden": {
"description": "If <code>true</code>, it indicates that the tab panel will be hidden."
}
}
}