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