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