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