21 lines
903 B
JSON
21 lines
903 B
JSON
|
|
{
|
||
|
|
"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'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." }
|
||
|
|
}
|
||
|
|
}
|