UNPKG

chop-logic-components

Version:

React UI components library for Chop Logic project

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