Logo white

other / mew-iview

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • mew-iview
  • types
  • iview.d.ts
  • 完成d.ts定义的优化
    414730dd
    yangd authored
    2018-08-30 13:27:15 +0800  
    Browse Code »
iview.d.ts 137 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6
import { PluginFunction } from 'vue';

interface IView extends PluginFunction<any> {}

declare const iView: IView;
export default iView;