yyk
2024-07-18 bf1a9a818ffb721aea2709e9409fbb932b07e81d
1
2
3
4
5
6
import { PluginFunction } from 'vue';
 
interface IView extends PluginFunction<any> {}
 
declare const iView: IView;
export default iView;