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