UNPKG

@udus/notion-renderer

Version:
15 lines (14 loc) 382 B
import { Strikethrough } from "./Strikethrough.js"; import StrikethroughRichText from "./Strikethrough.json"; const meta = { title: "Annotation/Strikethrough", component: Strikethrough, tags: ["autodocs"], }; export default meta; export const Default = { args: { richTextItem: StrikethroughRichText, children: "This is Strikethrough text", }, };