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