bklLiudl
2024-03-14 a7cd7313b07c7bf4c6ed5ad79d15fdf3223d2eee
1
2
3
4
5
6
import { PluginFunction } from 'vue';
 
interface IView extends PluginFunction<any> {}
 
declare const iView: IView;
export default iView;