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