typing replyBroadcast
This commit is contained in:
parent
b211b5a948
commit
91f73a5101
|
@ -127,7 +127,7 @@ interface IRoomViewProps {
|
|||
customEmojis: [key: string];
|
||||
isMasterDetail: boolean;
|
||||
theme: string;
|
||||
replyBroadcast: Function;
|
||||
replyBroadcast(message: string): void;
|
||||
width: number;
|
||||
height: number;
|
||||
insets: {
|
||||
|
|
Loading…
Reference in New Issue