wxw
2025-06-23 2d702ad96a83106ae34c61f8c859061e7d021030
1
2
3
4
5
6
import { PluginFunction } from 'vue';
 
interface IView extends PluginFunction<any> {}
 
declare const iView: IView;
export default iView;