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