mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
Updated saga and moved radiobutton aria labelled as passthru
This commit is contained in:
parent
699a48f502
commit
0650459555
11 changed files with 10 additions and 18 deletions
1
src/components/radiobutton/RadioButton.d.ts
vendored
1
src/components/radiobutton/RadioButton.d.ts
vendored
|
@ -3,7 +3,6 @@ import Vue from 'vue';
|
|||
export declare class RadioButton extends Vue {
|
||||
value: any;
|
||||
modelValue: any;
|
||||
ariaLabelledBy?: string;
|
||||
$emit(eventName: 'click', event: Event): this;
|
||||
$emit(eventName: 'input', value: any): this;
|
||||
$emit(eventName: 'change', event: Event): this;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue