Administrator
2025-09-10 174407545043c2f79feeea4bc5adb85e033706ae
1
2
3
4
5
6
import { PluginFunction } from 'vue';
 
interface IView extends PluginFunction<any> {}
 
declare const iView: IView;
export default iView;