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