wxw
4 天以前 950fac9fd7b9477fc2bbe3253d217f62ac7608e5
1
2
3
4
5
6
import { PluginFunction } from 'vue';
 
interface IView extends PluginFunction<any> {}
 
declare const iView: IView;
export default iView;