Blame view

types/index.d.ts 275 Bytes
b1b1ea63   yangd   更新d.ts到3.1.0,修复d....
1
  // Type definitions for iview 3.1.0
414730dd   yangd   完成d.ts定义的优化
2
3
4
  // Project: https://github.com/iview/iview
  // Definitions by: yangdan
  // Definitions: https://github.com/yangdan8/iview.git
6d9afa9c   yangd   修改d.ts中的类名,并添加全局方...
5
  import iView from './iview';
414730dd   yangd   完成d.ts定义的优化
6
7
8
9
  
  export default iView;
  export as namespace iView;
  
6d9afa9c   yangd   修改d.ts中的类名,并添加全局方...
10
  export * from './iview.components';