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