zhaowc
2025-02-14 379bdd05d0b7ede3a161115b7a6fedfef104a37a
1
2
3
4
5
6
import { PluginFunction } from 'vue';
 
interface IView extends PluginFunction<any> {}
 
declare const iView: IView;
export default iView;