chengsc
2025-05-13 6167bf4c8fe617d9f9861585042149d48ad15dbb
1
2
3
4
5
6
import { PluginFunction } from 'vue';
 
interface IView extends PluginFunction<any> {}
 
declare const iView: IView;
export default iView;