8 lines
237 B
TypeScript
8 lines
237 B
TypeScript
![]() |
// Type definitions for iview 3.3.1
|
||
|
// Project: https://github.com/iview/iview
|
||
|
// Definitions by: yangdan
|
||
|
// Definitions: https://github.com/yangdan8/iview.git
|
||
|
import Vue, { VNode } from 'vue';
|
||
|
|
||
|
export declare class Sider extends Vue {
|
||
|
}
|