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