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