Administrator
2024-03-07 962e9b1c871d0aadd723d6e833c99644879c8d14
1
2
3
4
5
6
import { PluginFunction } from 'vue';
 
interface IView extends PluginFunction<any> {}
 
declare const iView: IView;
export default iView;