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