admin
2025-11-13 844dfb7d110b8a4740745184d19bfa361f8ad503
1
2
3
4
5
6
import { PluginFunction } from 'vue';
 
interface IView extends PluginFunction<any> {}
 
declare const iView: IView;
export default iView;