UNPKG

@udus/notion-renderer

Version:
15 lines (14 loc) 376 B
import { AnnotationItem } from "./AnnotationItem.js"; import RichTextAnnotationObject from "./AnnotationItem.json"; const meta = { title: "Annotation", component: AnnotationItem, tags: ["autodocs"], }; export default meta; export const Default = { args: { richTextItem: RichTextAnnotationObject, children: "text with all annotation", }, };