Skip to content

Commit a32feea

Browse files
author
Vir Desai
committed
adding proptype to MessageSimple
1 parent 91f8c49 commit a32feea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/MessageSimple/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,8 @@ export const MessageSimple = themed(
316316
readOnly: PropTypes.bool,
317317
/** Disables the message UI. Which means, message actions, reactions won't work. */
318318
disabled: PropTypes.bool,
319+
/** Object specifying rules defined within simple-markdown https://github.com/Khan/simple-markdown#adding-a-simple-extension */
320+
markdownRules: PropTypes.object,
319321
};
320322

321323
static defaultProps = {

0 commit comments

Comments
 (0)