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