fui-fancyui
Version:
FancyUI Libary
19 lines (18 loc) • 620 B
TypeScript
import { StoryObj } from '@storybook/react';
declare const meta: {
component: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, never>> & string;
title: string;
parameters: {
docs: {
description: {
component: string;
};
};
};
argTypes: {};
tags: string[];
};
export default meta;
type Story = StoryObj<typeof meta>;
export declare const Primary: Story;
export declare const List: Story;