UNPKG

@udus/notion-renderer

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