2019-03-12 11:30:07 +08:00
|
|
|
// Type definitions for iview 3.3.0
|
2018-08-30 16:39:36 +08:00
|
|
|
// Project: https://github.com/iview/iview
|
|
|
|
// Definitions by: yangdan
|
|
|
|
// Definitions: https://github.com/yangdan8/iview.git
|
2019-01-05 22:29:10 +08:00
|
|
|
import Vue from 'vue';
|
2018-08-30 16:39:36 +08:00
|
|
|
|
2018-09-03 09:15:30 +08:00
|
|
|
export declare interface Footer extends Vue {
|
2018-08-30 16:39:36 +08:00
|
|
|
}
|