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

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

21 lines
903 B
JSON
Raw Normal View History

2025-12-12 14:26:25 +09:00
{
"hookDescription": "",
"parametersDescriptions": {
"defaultValue": {
"description": "The default value. Use when the component is not controlled."
},
"direction": { "description": "The direction of the text." },
"onChange": { "description": "Callback invoked when new value is being set." },
"orientation": { "description": "The component orientation (layout flow direction)." },
"selectionFollowsFocus": {
"description": "If <code>true</code> the selected tab changes on focus. Otherwise it only changes on activation."
},
"value": {
"description": "The value of the currently selected <code>Tab</code>. If you don&#39;t want any selected <code>Tab</code>, you can set this prop to <code>false</code>."
}
},
"returnValueDescriptions": {
"contextValue": { "description": "Returns the values to be passed to the tabs provider." }
}
}