UNPKG

cob3x85-components-storybook

Version:
14 lines (13 loc) 435 B
import type { StoryObj } from '@storybook/react'; declare const meta: { title: string; component: ({ user, onLogin, onLogout, onCreateAccount }: import("./Header").HeaderProps) => import("react/jsx-runtime").JSX.Element; tags: string[]; parameters: { layout: string; }; }; export default meta; type Story = StoryObj<typeof meta>; export declare const LoggedIn: Story; export declare const LoggedOut: Story;