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