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