UNPKG

@appello/web-ui

Version:

Web ui library for a better development experience

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