UNPKG

@udus/notion-renderer

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