UNPKG

fui-fancyui

Version:
60 lines (59 loc) 1.75 kB
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').InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, {} & { $align?: import('../../../types').TTextAlignLC | undefined; $themeType?: import('../../../types/TUiColorsMain').TUiColorsMain | undefined; $layer?: import('../../../types').TLayer | undefined; $externalStyle?: import('styled-components').CSSProp; } & { theme?: import('../../../types').TTheme; }>> & string; title: string; parameters: { docs: { description: { component: string; }; }; }; argTypes: { placeholder: { description: string; control: { type: "text"; }; }; value: { description: string; control: { type: "text"; }; }; $externalStyle: { description: string; control: { type: "object"; }; }; $align: { description: string; type: { name: "string"; required: false; }; control: { type: "radio"; options: string[]; }; table: { defaultValue: { summary: string; }; }; }; }; tags: string[]; }; export default meta; type Story = StoryObj<typeof meta>; export declare const Primary: Story;