IPC-610
2024-09-28 8fa52d01b1e7f067b2e7c7ded8facc4f9e22609c
1
2
3
4
5
6
import { PluginFunction } from 'vue';
 
interface IView extends PluginFunction<any> {}
 
declare const iView: IView;
export default iView;