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