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