bklLiudl
2024-08-22 996acccd51e8fd31a26d92b012e34b6fbbcf2237
1
2
3
4
5
6
import { PluginFunction } from 'vue';
 
interface IView extends PluginFunction<any> {}
 
declare const iView: IView;
export default iView;