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