UNPKG

cargo-ant

Version:

A high quality UI components Library with Vue.js

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