wxw
2024-12-14 41c5a191f9419bfa03e3ba0c18bb00d3172d6162
1
2
3
4
5
6
import { PluginFunction } from 'vue';
 
interface IView extends PluginFunction<any> {}
 
declare const iView: IView;
export default iView;