chengsc
2024-10-13 83b9213dc893bec8f94e04cad121abb6649886dd
1
2
3
4
5
6
import { PluginFunction } from 'vue';
 
interface IView extends PluginFunction<any> {}
 
declare const iView: IView;
export default iView;