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