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