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