Merge branch 'master' of https://github.com/primefaces/primevue
commit
de86b5f2bb
|
@ -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
|
||||
|
|
|
@ -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."
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue