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