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