Files

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

16 lines
617 B
JSON
Raw Permalink Normal View History

2025-12-12 14:26:25 +09:00
{
"hookDescription": "",
"parametersDescriptions": {
"disabled": { "description": "If <code>true</code>, the component is disabled." },
"focusableWhenDisabled": {
"description": "If <code>true</code>, allows a disabled button to receive focus."
},
"rootRef": { "description": "The ref to the root element." }
},
"returnValueDescriptions": {
"active": { "description": "If <code>true</code>, the component is active (pressed)." },
"getRootProps": { "description": "Resolver for the root slot&#39;s props." },
"rootRef": { "description": "The ref to the root element." }
}
}