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