diff --git a/src/Markdown/index.tsx b/src/Markdown/index.tsx index 20e47e84..4b97af5e 100644 --- a/src/Markdown/index.tsx +++ b/src/Markdown/index.tsx @@ -11,7 +11,7 @@ import { Code } from './CodeBlock'; import { useStyles } from './style'; export interface MarkdownProps { - children: string; + children?: string; /** * @description ClassName */