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