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