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