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