Administrator
2024-02-05 f901ef67a42c293589b6432dacd5c0ec0b984f1d
1
2
3
4
5
6
import { PluginFunction } from 'vue';
 
interface IView extends PluginFunction<any> {}
 
declare const iView: IView;
export default iView;