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