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