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