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