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