admin
5 天以前 b2f44b7fe15e89e6c58ef631e4d771333ccec168
1
2
3
4
5
6
import { PluginFunction } from 'vue';
 
interface IView extends PluginFunction<any> {}
 
declare const iView: IView;
export default iView;