UNPKG

chop-logic-components

Version:

React UI components library for Chop Logic project

7 lines (6 loc) 261 B
import { Meta, StoryObj } from '../../../storybook/react-vite'; import { AlertExample } from './Alert.example'; declare const meta: Meta<typeof AlertExample>; export default meta; type Story = StoryObj<typeof AlertExample>; export declare const Example: Story;