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