chop-logic-components
Version:
React UI components library for Chop Logic project
7 lines (6 loc) • 299 B
TypeScript
import { Meta, StoryObj } from '../../../../storybook/react-vite';
import { ChopLogicSelectExample } from './Select.example.tsx';
declare const meta: Meta<typeof ChopLogicSelectExample>;
export default meta;
type Story = StoryObj<typeof ChopLogicSelectExample>;
export declare const Example: Story;