UNPKG

fui-fancyui

Version:
29 lines (28 loc) 880 B
import { StoryObj } from '@storybook/react'; declare const meta: { component: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, { $available?: import('./IAvailableDot.model').IAvailableDot; theme?: import('../../../types').TTheme; }>> & string; title: string; parameters: { layout: string; docs: { description: { component: string; }; }; }; argTypes: { $available: { options: string[]; control: { type: "radio"; }; }; }; tags: string[]; }; export default meta; type Story = StoryObj<typeof meta>; export declare const Primary: Story;