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