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