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