Skip to content

Commit

Permalink
✏️ fix: fixed types of markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
ONLY-yours committed May 8, 2024
1 parent 5eec3c6 commit 66da1d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Markdown/index.tsx
Expand Up @@ -11,7 +11,7 @@ import { Code } from './CodeBlock';
import { useStyles } from './style';

export interface MarkdownProps {
children: string;
children?: string;
/**
* @description ClassName
*/
Expand Down

0 comments on commit 66da1d9

Please sign in to comment.