zhaowc
2025-02-16 1293aeec722e06dc11b657455941abbc1c274090
1
2
3
4
5
6
import { PluginFunction } from 'vue';
 
interface IView extends PluginFunction<any> {}
 
declare const iView: IView;
export default iView;