UNPKG

@rcpch/digital-growth-charts-react-component-library

Version:

A React component library for the RCPCH digital growth charts using Rollup, TypeScript and Styled-Components

8 lines (7 loc) 269 B
import type { Meta, StoryObj } from '@storybook/react-webpack5'; import { Page } from './Page'; declare const meta: Meta<typeof Page>; export default meta; type Story = StoryObj<typeof Page>; export declare const LoggedOut: Story; export declare const LoggedIn: Story;