Created DataViewLayoutOptions.d.ts

pull/12/head
mertsincan 2019-05-28 14:12:29 +03:00
parent d603613e0e
commit a56ed564c0
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
import Vue from 'vue';
export declare class DataViewLayoutOptions extends Vue {
value?: string;
$emit(eventName: 'input', layout: string): this;
}