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