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