mirror of
https://activitypub.software/TransFem-org/sfm-js
synced 2024-11-22 05:55:13 +00:00
fix type definition
This commit is contained in:
parent
0182d2cac4
commit
612aeeb6cd
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ export type MfmCenter = {
|
|||
props: {
|
||||
|
||||
};
|
||||
children: MfmNode[];
|
||||
children: MfmInline[];
|
||||
};
|
||||
|
||||
export type MfmInline = MfmEmoji | MfmBold | MfmSmall | MfmItalic | MfmStrike | MfmInlineCode |
|
||||
|
|
Loading…
Reference in a new issue