mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
Doc update
This commit is contained in:
parent
2855620131
commit
e27dfcf54e
44 changed files with 129 additions and 432 deletions
6
src/components/radiobutton/RadioButton.d.ts
vendored
6
src/components/radiobutton/RadioButton.d.ts
vendored
|
@ -3,9 +3,5 @@ import Vue from 'vue';
|
|||
export declare class RadioButton extends Vue {
|
||||
value?: any;
|
||||
modelValue?: any;
|
||||
$emit(eventName: 'click', event: Event): this;
|
||||
$emit(eventName: 'input', value: any): this;
|
||||
$emit(eventName: 'change', event: Event): this;
|
||||
$emit(eventName: 'focus', event: Event): this;
|
||||
$emit(eventName: 'blur', event: Event): this;
|
||||
$emit(eventName: string, event: Event): this;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue