yyk
2024-07-18 ac85d00b1c88e0088c9f6f23c09a4ed87415ad38
1
2
3
4
5
6
import { PluginFunction } from 'vue';
 
interface IView extends PluginFunction<any> {}
 
declare const iView: IView;
export default iView;