UNPKG

@udus/notion-renderer

Version:
18 lines (17 loc) 505 B
import { jsx as _jsx } from "react/jsx-runtime"; import { RichTextProperty } from "./RichText.js"; import RichTextPropertyObject from "./RichText.json"; const meta = { title: "Properties/RichText", component: RichTextProperty, tags: ["autodocs"], }; export default meta; export const Default = { args: { propertyItem: RichTextPropertyObject, }, decorators: [ (Story) => (_jsx("div", { className: "notion-root notion-light", children: _jsx(Story, {}) })), ], };