UNPKG

@appello/web-ui

Version:

Web ui library for a better development experience

11 lines (10 loc) 345 B
import type { StoryObj } from '@storybook/react'; import React from 'react'; declare const meta: { title: string; component: <TValue>(props: import("react-nested-dropdown").DropdownProps<TValue>) => React.ReactElement; tags: string[]; }; export default meta; type Story = StoryObj<typeof meta>; export declare const Standard: Story;