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

9 行
452 B
TypeScript

export { XuqmSDK } from './sdk'
export type { XuqmInitOptions, XuqmConfig } from './config'
export { getConfig, isInitialized } from './config'
export { apiRequest, _getToken, _saveToken, _clearToken } from './http'
export { API_BASE_URL, IM_WS_URL } from './constants'
export { getDeviceId, getDeviceInfo, detectPushVendor } from './device'
export type { DeviceInfo, PushVendor } from './device'
export { ScaledImage } from './components/ScaledImage'