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