UNPKG

iview

Version:

A high quality UI components Library with Vue.js

7 lines (4 loc) 137 B
import { PluginFunction } from 'vue'; interface IView extends PluginFunction<any> {} declare const iView: IView; export default iView;