Skip to content
Snippets Groups Projects
Commit 612aeeb6 authored by marihachi's avatar marihachi
Browse files

fix type definition

parent 0182d2ca
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ export type MfmCenter = {
props: {
};
children: MfmNode[];
children: MfmInline[];
};
export type MfmInline = MfmEmoji | MfmBold | MfmSmall | MfmItalic | MfmStrike | MfmInlineCode |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment