@cimpress/react-components
Version:
React components to support the MCP styleguide
8 lines • 312 B
TypeScript
import type { Meta, StoryObj } from '@storybook/react';
import { Alert } from '../Alert';
declare const meta: Meta<typeof Alert>;
export default meta;
type Story = StoryObj<typeof Alert>;
export declare const Default: Story;
export declare const StatusVariants: Story;
//# sourceMappingURL=Alert.stories.d.ts.map