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