Created Textarea.d.ts
parent
c072b67d42
commit
fb6fe2da17
|
@ -0,0 +1,7 @@
|
||||||
|
import Vue from 'vue';
|
||||||
|
|
||||||
|
export declare class Textarea extends Vue {
|
||||||
|
value?: string;
|
||||||
|
autoResize?: boolean;
|
||||||
|
$emit(eventName: 'input', value: string): this;
|
||||||
|
}
|
Loading…
Reference in New Issue