bklLiudl
2024-03-14 7e514494e595531a0517d6266823bc7f6d673831
1
2
3
4
5
6
import { PluginFunction } from 'vue';
 
interface IView extends PluginFunction<any> {}
 
declare const iView: IView;
export default iView;