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