zhaowc
2024-08-23 e2446696b08dff7dfe3df21c8a58acf768203287
1
2
3
4
5
6
import { PluginFunction } from 'vue';
 
interface IView extends PluginFunction<any> {}
 
declare const iView: IView;
export default iView;