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