2019-03-18 16:34:34 +08:00
|
|
|
// Type definitions for iview 3.3.1
|
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 Header extends Vue {
|
2018-08-30 16:39:36 +08:00
|
|
|
}
|