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