UNPKG

chop-logic-components

Version:

React UI components library for Chop Logic project

8 lines (7 loc) 306 B
import { Meta, StoryObj } from '../../../storybook/react-vite'; import { TabsExample } from './Tabs.example'; declare const meta: Meta<typeof TabsExample>; export default meta; type Story = StoryObj<typeof TabsExample>; export declare const HorizontalTabs: Story; export declare const VerticalTabs: Story;