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