zhaowc
2024-06-18 74865aa8248ed0173f687f43c057480bb82c56de
1
2
3
4
5
6
import { PluginFunction } from 'vue';
 
interface IView extends PluginFunction<any> {}
 
declare const iView: IView;
export default iView;