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