UNPKG

@cimpress/react-components

Version:
8 lines 312 B
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