mirror of
https://github.com/status-im/wakuconnect-chat-sdk.git
synced 2025-02-11 11:36:40 +00:00
export Reactions type from status-js
This commit is contained in:
parent
eb604a4717
commit
c14cba9bb3
@ -3,4 +3,5 @@ export type { ChatMessage as Message } from './client/chat'
|
|||||||
export type { Client, ClientOptions } from './client/client'
|
export type { Client, ClientOptions } from './client/client'
|
||||||
export { createClient } from './client/client'
|
export { createClient } from './client/client'
|
||||||
export type { Community } from './client/community/community'
|
export type { Community } from './client/community/community'
|
||||||
|
export type { Reactions } from './client/community/get-reactions'
|
||||||
export type { Member } from './client/member'
|
export type { Member } from './client/member'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user