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