mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
Update #3965 - For RadioButton
This commit is contained in:
parent
4a9b279db1
commit
e18b9b0b0b
3 changed files with 129 additions and 68 deletions
10
components/lib/radiobutton/RadioButton.d.ts
vendored
10
components/lib/radiobutton/RadioButton.d.ts
vendored
|
@ -110,6 +110,16 @@ export interface RadioButtonProps {
|
|||
* Establishes a string value that labels the component.
|
||||
*/
|
||||
'aria-label'?: string | undefined;
|
||||
/**
|
||||
* Uses to pass attributes to DOM elements inside the component.
|
||||
* @type {RadioButtonPassThroughMethodOptions}
|
||||
*/
|
||||
pt?: RadioButtonPassThroughMethodOptions;
|
||||
/**
|
||||
* When enabled, it removes component related styles in the core.
|
||||
* @defaultValue false
|
||||
*/
|
||||
unstyled?: boolean;
|
||||
}
|
||||
|
||||
export interface RadioButtonSlots {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue