From a56ed564c05ef2484d346a0df2b31ccc28788729 Mon Sep 17 00:00:00 2001 From: mertsincan Date: Tue, 28 May 2019 14:12:29 +0300 Subject: [PATCH] Created DataViewLayoutOptions.d.ts --- .../dataviewlayoutoptions/DataViewLayoutOptions.d.ts | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/components/dataviewlayoutoptions/DataViewLayoutOptions.d.ts diff --git a/src/components/dataviewlayoutoptions/DataViewLayoutOptions.d.ts b/src/components/dataviewlayoutoptions/DataViewLayoutOptions.d.ts new file mode 100644 index 000000000..4de578e3a --- /dev/null +++ b/src/components/dataviewlayoutoptions/DataViewLayoutOptions.d.ts @@ -0,0 +1,6 @@ +import Vue from 'vue'; + +export declare class DataViewLayoutOptions extends Vue { + value?: string; + $emit(eventName: 'input', layout: string): this; +} \ No newline at end of file