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