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