build(#10336): finalize

This commit is contained in:
Acid Chicken (硫酸鶏)
2023-04-01 16:26:08 +09:00
parent 38b153ca94
commit 1521bb088c
18 changed files with 581 additions and 30 deletions

View File

@@ -57,18 +57,18 @@ export const Plain = {
...Default.args,
plain: true,
},
};
} satisfies StoryObj<typeof MkMisskeyFlavoredMarkdown>;
export const Nowrap = {
...Default,
args: {
...Default.args,
nowrap: true,
},
};
} satisfies StoryObj<typeof MkMisskeyFlavoredMarkdown>;
export const IsNotNote = {
...Default,
args: {
...Default.args,
isNote: false,
},
};
} satisfies StoryObj<typeof MkMisskeyFlavoredMarkdown>;