1 2 3 4
// Type definitions for iview 3.0.1 // Project: https://github.com/iview/iview // Definitions by: yangdan // Definitions: https://github.com/yangdan8/iview.git
5
import Vue from 'vue';
6 7 8
export declare class Footer extends Vue { }