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