zhaowc
2025-01-16 5c0f41179e62648227ed83de9ce3162fde743b2b
1
2
3
4
5
6
import { PluginFunction } from 'vue';
 
interface IView extends PluginFunction<any> {}
 
declare const iView: IView;
export default iView;