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