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