iview/types/sider.d.ts
2018-08-30 16:45:58 +08:00

8 lines
No EOL
226 B
TypeScript

// Type definitions for iview 3.0.1
// Project: https://github.com/iview/iview
// Definitions by: yangdan
// Definitions: https://github.com/yangdan8/iview.git
import Vue from 'vue';
export declare class Sider extends Vue {
}