Created InputText.d.ts
parent
9a4b95534d
commit
5ea0cfce34
|
@ -0,0 +1,6 @@
|
|||
import Vue from 'vue';
|
||||
|
||||
export declare class InputText extends Vue {
|
||||
value?: string;
|
||||
$emit(eventName: 'input', value: string): this;
|
||||
}
|
Loading…
Reference in New Issue