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