wxw
昨天 f4bb9bfee217eb0004ad121a6ad92065fc2acb4f
1
2
3
4
5
6
import { PluginFunction } from 'vue';
 
interface IView extends PluginFunction<any> {}
 
declare const iView: IView;
export default iView;