Skip to content

Commit

Permalink
chore: update api.md
Browse files Browse the repository at this point in the history
  • Loading branch information
anatawa12 committed Jun 15, 2024
1 parent 6cc3ca0 commit 01f1bae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/mfm-js.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ export type MfmSearch = {
};

// @public (undocumented)
export type MfmSimpleNode = MfmUnicodeEmoji | MfmEmojiCode | MfmText;
export type MfmSimpleNode = MfmUnicodeEmoji | MfmEmojiCode | MfmText | MfmPlain;

// @public (undocumented)
export type MfmSmall = {
Expand Down

0 comments on commit 01f1bae

Please sign in to comment.