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