@udus/notion-renderer
Version:

15 lines (14 loc) • 346 B
JavaScript
import { InlineCode } from "./InlineCode.js";
import codeRichText from "./InlineCode.json";
const meta = {
title: "Annotation/InlineCode",
component: InlineCode,
tags: ["autodocs"],
};
export default meta;
export const Default = {
args: {
richTextItem: codeRichText,
children: "This is InlineCode text",
},
};