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