yuyou_x
2024-02-20 aec8d4748f4013998a5042c07285278fa9925e9c
1
2
3
4
5
6
import { PluginFunction } from 'vue';
 
interface IView extends PluginFunction<any> {}
 
declare const iView: IView;
export default iView;