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