mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
Fixed #595 - Typescript definitions improvement
This commit is contained in:
parent
9aa51b2877
commit
1d72c920a1
75 changed files with 287 additions and 138 deletions
6
src/components/radiobutton/RadioButton.d.ts
vendored
6
src/components/radiobutton/RadioButton.d.ts
vendored
|
@ -1,7 +1,9 @@
|
|||
import Vue from 'vue';
|
||||
|
||||
export declare class RadioButton extends Vue {
|
||||
declare class RadioButton extends Vue {
|
||||
value?: any;
|
||||
modelValue?: any;
|
||||
$emit(eventName: string, event: Event): this;
|
||||
}
|
||||
}
|
||||
|
||||
export default RadioButton;
|
Loading…
Add table
Add a link
Reference in a new issue