Administrator
11 小时以前 a679c4a0a9aa216bf71cf0491699ef30655709b4
1
2
3
4
5
6
import { PluginFunction } from 'vue';
 
interface IView extends PluginFunction<any> {}
 
declare const iView: IView;
export default iView;