UNPKG

@cimpress/react-components

Version:
10 lines 392 B
import type { Meta, StoryObj } from '@storybook/react'; import { Label } from '../Label'; declare const meta: Meta<typeof Label>; export default meta; type Story = StoryObj<typeof Label>; export declare const Default: Story; export declare const SizeVariants: Story; export declare const StatusVariants: Story; export declare const WithIcon: Story; //# sourceMappingURL=Label.stories.d.ts.map