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