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