fui-fancyui
Version:
FancyUI Libary
19 lines (18 loc) • 442 B
TypeScript
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;