chengsc
2024-07-27 75efeb2ec42214f7a70f6cccc3374ccf458740be
1
2
3
4
5
6
import { PluginFunction } from 'vue';
 
interface IView extends PluginFunction<any> {}
 
declare const iView: IView;
export default iView;