fix type definition

This commit is contained in:
marihachi 2021-03-20 20:35:49 +09:00
parent 0182d2cac4
commit 612aeeb6cd

View file

@ -39,7 +39,7 @@ export type MfmCenter = {
props: {
};
children: MfmNode[];
children: MfmInline[];
};
export type MfmInline = MfmEmoji | MfmBold | MfmSmall | MfmItalic | MfmStrike | MfmInlineCode |