Updated saga and moved radiobutton aria labelled as passthru

This commit is contained in:
cagataycivici 2020-05-13 00:24:19 +03:00
parent 699a48f502
commit 0650459555
11 changed files with 10 additions and 18 deletions

View file

@ -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;