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