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