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