We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b76983 commit 79cb58cCopy full SHA for 79cb58c
src/features/message-center/components/MessageCenter.js
@@ -16,7 +16,7 @@ import Internationalize from '../../../elements/common/Internationalize';
16
17
type Props = {|
18
apiHost: string,
19
- buttonComponent: React.ComponentType<{ render: () => React.Node }>,
+ buttonComponent: React.ComponentType<{ render: () => React.Node, badgeCount: null | number }>,
20
contentPreviewProps?: ContentPreviewProps,
21
getEligibleMessages: () => Promise<GetEligibleMessageCenterMessages>,
22
getToken: (fileId: string) => Promise<Token>,
0 commit comments