zhaowc
2024-09-04 260d6082a7e53e0f040365a763da9bcf952118bd
1
2
3
4
5
6
import { PluginFunction } from 'vue';
 
interface IView extends PluginFunction<any> {}
 
declare const iView: IView;
export default iView;