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