UNPKG

@udus/notion-renderer

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