Files
how2ice 005cf56baf
Some checks failed
No response / noResponse (push) Has been cancelled
CI / Continuous releases (push) Has been cancelled
CI / test-dev (macos-latest) (push) Has been cancelled
CI / test-dev (ubuntu-latest) (push) Has been cancelled
CI / test-dev (windows-latest) (push) Has been cancelled
Maintenance / main (push) Has been cancelled
Scorecards supply-chain security / Scorecards analysis (push) Has been cancelled
CodeQL / Analyze (push) Has been cancelled
init project
2025-12-12 14:26:25 +09:00

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&#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." }
}
}