UNPKG

fui-fancyui

Version:
19 lines (18 loc) 442 B
import { StoryObj } from '@storybook/react'; import { default as SwipeUpDash } from '../SwipeUpDash'; declare const meta: { component: typeof SwipeUpDash; title: string; parameters: { docs: { description: { component: string; }; }; }; argTypes: {}; tags: string[]; }; export default meta; type Story = StoryObj<typeof meta>; export declare const Primary: Story;