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