mirror of
https://github.com/status-im/status-web.git
synced 2025-02-17 15:06:50 +00:00
export Reactions type from status-js
This commit is contained in:
parent
9583554eba
commit
4ff961a6ae
@ -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