mirror of
https://activitypub.software/TransFem-org/sfm-js
synced 2024-11-25 23:45:14 +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: {
|
props: {
|
||||||
|
|
||||||
};
|
};
|
||||||
children: MfmNode[];
|
children: MfmInline[];
|
||||||
};
|
};
|
||||||
|
|
||||||
export type MfmInline = MfmEmoji | MfmBold | MfmSmall | MfmItalic | MfmStrike | MfmInlineCode |
|
export type MfmInline = MfmEmoji | MfmBold | MfmSmall | MfmItalic | MfmStrike | MfmInlineCode |
|
||||||
|
|
Loading…
Reference in a new issue