UNPKG

@udus/notion-renderer

Version:
16 lines (15 loc) 325 B
import { Link } from "./Link.js"; import TextObject from "./Link.json"; const meta = { title: "Link/Link", component: Link, tags: ["autodocs"], }; export default meta; export const Default = { args: { prefix: "/", link: TextObject.text.link.url, children: "this is a link.", }, };