wxw
2024-09-22 88f62afa44749dd485ac0286cf5801196d5d3eb0
1
2
3
4
5
6
import { PluginFunction } from 'vue';
 
interface IView extends PluginFunction<any> {}
 
declare const iView: IView;
export default iView;