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