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