wxw
2025-06-21 d75d3b7cf6ba68c9e9e69bced4552a554ca76e93
1
2
3
4
5
6
import { PluginFunction } from 'vue';
 
interface IView extends PluginFunction<any> {}
 
declare const iView: IView;
export default iView;