Administrator
2025-06-19 99380ad7d1ca02bf38d6d39d56aeb9003e7fb998
1
2
3
4
5
6
import { PluginFunction } from 'vue';
 
interface IView extends PluginFunction<any> {}
 
declare const iView: IView;
export default iView;