chop-logic-components
Version:
React UI components library for Chop Logic project
9 lines (8 loc) • 376 B
TypeScript
import { Meta, StoryObj } from '../../../../storybook/react-vite';
import { TextInputExample } from './TextInput.example.tsx';
declare const meta: Meta<typeof TextInputExample>;
export default meta;
type Story = StoryObj<typeof TextInputExample>;
export declare const DefaultTextInput: Story;
export declare const PasswordInput: Story;
export declare const EmailInput: Story;