UNPKG

press-ui

Version:

简单、易用的跨端组件库,兼容 Vue2 和 Vue3,同时支持 uni-app和普通 Vue 项目

4 lines (3 loc) 200 B
import { IChatSDK } from '../types'; export declare function watchIMEvent({ tim }: any): void; export declare function setEventListener(type: string, cb: (event: Event, tim: IChatSDK) => void): void;