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