chengsc
2025-06-24 4981a1e8bfe9c18965d93dec8569d4980e824884
1
2
3
4
5
6
import { PluginFunction } from 'vue';
 
interface IView extends PluginFunction<any> {}
 
declare const iView: IView;
export default iView;