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