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