wxw
2025-07-18 1bb1d55920fcf8f41b13e233031c1eb75e8587df
1
2
3
4
5
6
import { PluginFunction } from 'vue';
 
interface IView extends PluginFunction<any> {}
 
declare const iView: IView;
export default iView;