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