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