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