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