wxw
2024-09-26 510a6a402b7cb9d5cf5214934a49a291485958ca
1
2
3
4
5
6
import { PluginFunction } from 'vue';
 
interface IView extends PluginFunction<any> {}
 
declare const iView: IView;
export default iView;