Skip to content

Commit

Permalink
fix prop types
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Hutman committed Nov 6, 2020
1 parent e4be77d commit 9624662
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -949,6 +949,7 @@ export interface ReactionSelectorProps {
reaction_counts?: {
[reaction_type: string]: number;
};
own_reactions?: StreamChatReactMessageResponse['own_reactions'];
/** Enable the avatar display */
detailedView?: boolean;
/** Provide a list of reaction options [{name: 'angry', emoji: 'angry'}] */
Expand Down Expand Up @@ -992,6 +993,7 @@ export interface ReactionsListProps {
reaction_counts?: {
[reaction_type: string]: number;
};
own_reactions?: StreamChatReactMessageResponse['own_reactions'];
/** Provide a list of reaction options [{name: 'angry', emoji: 'angry'}] */
reactionOptions?: MinimalEmojiInterface[];
onClick?(): void;
Expand Down

0 comments on commit 9624662

Please sign in to comment.