pull/4239/head
mertsincan 2023-08-02 13:39:29 +03:00
commit de86b5f2bb
2 changed files with 3 additions and 3 deletions

View File

@ -119,9 +119,9 @@ export interface RadioButtonProps {
'aria-label'?: string | undefined; 'aria-label'?: string | undefined;
/** /**
* Used to pass attributes to DOM elements inside the component. * Used to pass attributes to DOM elements inside the component.
* @type {RadioButtonPassThroughMethodOptions} * @type {RadioButtonPassThroughOptions}
*/ */
pt?: RadioButtonPassThroughMethodOptions; pt?: RadioButtonPassThroughOptions;
/** /**
* When enabled, it removes component related styles in the core. * When enabled, it removes component related styles in the core.
* @defaultValue false * @defaultValue false

View File

@ -34857,7 +34857,7 @@
"name": "pt", "name": "pt",
"optional": true, "optional": true,
"readonly": false, "readonly": false,
"type": "RadioButtonPassThroughMethodOptions", "type": "RadioButtonPassThroughOptions",
"default": "", "default": "",
"description": "Used to pass attributes to DOM elements inside the component." "description": "Used to pass attributes to DOM elements inside the component."
}, },