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