hwh
2024-05-28 94885ec296274e3e6a848a65c41febf3434bdf9b
1
2
3
4
5
6
import { PluginFunction } from 'vue';
 
interface IView extends PluginFunction<any> {}
 
declare const iView: IView;
export default iView;