typing replyBroadcast

This commit is contained in:
AlexAlexandre 2021-12-09 16:59:49 -03:00
parent b211b5a948
commit 91f73a5101
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ interface IRoomViewProps {
customEmojis: [key: string];
isMasterDetail: boolean;
theme: string;
replyBroadcast: Function;
replyBroadcast(message: string): void;
width: number;
height: number;
insets: {