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