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;
/**
* 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.
* @defaultValue false

View File

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