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