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