XuqmGroup-RNSDK/packages/im/src/index.ts

12 行
426 B
TypeScript

export { ImSDK } from './ImSDK'
export type { ConversationData } from './ImSDK'
export { ImClient } from './ImClient'
export { ImDatabase } from './db/ImDatabase'
export type { MessageSearchParams } from './db/ImDatabase'
export type {
ImMessage, ImGroup, ChatType, MsgType, MsgStatus,
ImEventListener, SendMessageParams,
} from './types'
export { uploadFile } from './upload'
export type { UploadResult } from './upload'