UNPKG

@udus/notion-renderer

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