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