UNPKG

@slashid/react

Version:

React SDK for the /id platform

8 lines 323 B
import { Meta, StoryObj } from "@storybook/react"; import { SlashIDLoaded } from "."; declare const meta: Meta<typeof SlashIDLoaded>; export default meta; type Story = StoryObj<typeof SlashIDLoaded>; export declare const Default: Story; export declare const WithFallback: Story; //# sourceMappingURL=loaded.stories.d.ts.map