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