UNPKG

fedrick-fp-custom-components

Version:
10 lines (9 loc) 358 B
import { Meta, StoryObj } from '@storybook/react'; import { type Props } from '../components/MyLabel'; declare const meta: Meta<Props>; export default meta; type Story = StoryObj<typeof meta>; export declare const AllCaps: Story; export declare const Secondary: Story; export declare const Tertiary: Story; export declare const CustomBackgroundColor: Story;