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