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

11 lines (10 loc) 374 B
import type { Meta, StoryObj } from '@storybook/react'; import { Button } from './Button'; declare const meta: Meta<typeof Button>; export default meta; type Story = StoryObj<typeof Button>; export declare const Primary: Story; export declare const Secondary: Story; export declare const Large: Story; export declare const Small: Story; export declare const Warning: Story;