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