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