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