@cimpress/react-components
Version:
React components to support the MCP styleguide
10 lines • 392 B
TypeScript
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