@udus/notion-renderer
Version:

7 lines • 320 B
TypeScript
import { TableOfContents } from "./TableOfContents.js";
import type { Meta, StoryObj } from "@storybook/react";
declare const meta: Meta<typeof TableOfContents>;
export default meta;
type Story = StoryObj<typeof TableOfContents>;
export declare const Default: Story;
//# sourceMappingURL=TableOfContents.stories.d.ts.map