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