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