yuyou_x
2024-01-31 ccd58ec32e0958841bb6b5920f7b75694dce0690
1
2
3
4
5
6
import { PluginFunction } from 'vue';
 
interface IView extends PluginFunction<any> {}
 
declare const iView: IView;
export default iView;