Update API doc
parent
e18b9b0b0b
commit
e63fd3fef2
|
@ -30542,7 +30542,7 @@
|
|||
},
|
||||
"RadioButtonPassThroughOptions": {
|
||||
"description": "Custom passthrough(pt) options.",
|
||||
"relatedProp": "undefined.RadioButtonProps.pt",
|
||||
"relatedProp": "RadioButtonProps.pt",
|
||||
"props": [
|
||||
{
|
||||
"name": "root",
|
||||
|
@ -30698,6 +30698,22 @@
|
|||
"type": "string",
|
||||
"default": "",
|
||||
"description": "Establishes a string value that labels the component."
|
||||
},
|
||||
{
|
||||
"name": "pt",
|
||||
"optional": true,
|
||||
"readonly": false,
|
||||
"type": "RadioButtonPassThroughMethodOptions",
|
||||
"default": "",
|
||||
"description": "Uses to pass attributes to DOM elements inside the component."
|
||||
},
|
||||
{
|
||||
"name": "unstyled",
|
||||
"optional": true,
|
||||
"readonly": false,
|
||||
"type": "boolean",
|
||||
"default": "false",
|
||||
"description": "When enabled, it removes component related styles in the core."
|
||||
}
|
||||
],
|
||||
"methods": []
|
||||
|
|
Loading…
Reference in New Issue