UNPKG

@prezly/theme-kit-ui

Version:
7 lines (6 loc) 254 B
import type { Meta, StoryObj } from '@storybook/react'; import { Input } from '.'; declare const meta: Meta<typeof Input>; export default meta; export declare const Default: StoryObj<typeof Input>; export declare const WithError: StoryObj<typeof Input>;