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 91f8c49 commit a32feeaCopy full SHA for a32feea
src/components/MessageSimple/index.js
@@ -316,6 +316,8 @@ export const MessageSimple = themed(
316
readOnly: PropTypes.bool,
317
/** Disables the message UI. Which means, message actions, reactions won't work. */
318
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,
321
};
322
323
static defaultProps = {
0 commit comments