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