UNPKG

@appello/web-ui

Version:

Web ui library for a better development experience

12 lines (11 loc) 342 B
import type { StoryObj } from '@storybook/react'; import React from 'react'; declare const meta: { title: string; component: React.FC<import("../../../components").FieldProps>; tags: string[]; }; export default meta; type Story = StoryObj<typeof meta>; export declare const Standard: Story; export declare const WithError: Story;