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