chengsc
2024-11-02 d567d9d6926abb103f3ab73402134daa6a09ef11
1
2
3
4
5
6
import { PluginFunction } from 'vue';
 
interface IView extends PluginFunction<any> {}
 
declare const iView: IView;
export default iView;