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