hwh
2024-07-16 7a3491ef2d6308d3aa5e35d8cceb14370702ed2c
1
2
3
4
5
6
import { PluginFunction } from 'vue';
 
interface IView extends PluginFunction<any> {}
 
declare const iView: IView;
export default iView;