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