14 lines
456 B
JSON
14 lines
456 B
JSON
|
|
{
|
||
|
|
"componentDescription": "",
|
||
|
|
"propDescriptions": {
|
||
|
|
"defaultOpen": { "description": "If <code>true</code>, the dropdown is initially open." },
|
||
|
|
"onOpenChange": {
|
||
|
|
"description": "Callback fired when the component requests to be opened or closed."
|
||
|
|
},
|
||
|
|
"open": {
|
||
|
|
"description": "Allows to control whether the dropdown is open. This is a controlled counterpart of <code>defaultOpen</code>."
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"classDescriptions": {}
|
||
|
|
}
|