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