UNPKG

chop-logic-components

Version:

React UI components library for Chop Logic project

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