UNPKG

fui-fancyui

Version:
122 lines (121 loc) 3.29 kB
import { StoryObj } from '@storybook/react'; declare const meta: { component: import('react').ForwardRefExoticComponent<Omit<import('../../../molecules/FancySelectWrapper').TFancySelectWrapper, "inputElement"> & import('../../../atoms/RawRadio').TRawRadio & import('react').InputHTMLAttributes<HTMLInputElement> & { layerTitle?: import('../../../../types').TLayer; } & import('react').RefAttributes<HTMLInputElement>>; title: string; parameters: { docs: { description: { component: string; }; }; }; argTypes: { align: { description: string; control: { type: "select"; }; table: { defaultValue: { summary: string; }; }; }; layerTitle: { description: string; control: { type: "range"; min: number; max: number; step: number; }; }; layerDescription: { description: string; control: { type: "range"; min: number; max: number; step: number; }; }; label: { description: string; control: { type: "text"; }; }; description: { description: string; control: { type: "text"; }; }; checked: { description: string; control: { type: "boolean"; }; }; name: { description: string; control: { type: "text"; }; }; id: { description: string; control: { type: "text"; }; }; externalStyle: { description: string; control: { type: "object"; }; }; alignInput: { description: string; control: { type: "select"; }; table: { defaultValue: { summary: string; }; }; }; themeType: { description: string; control: { type: "select"; }; options: ("primary" | "accent" | "secondary" | "info" | "success" | "warning" | "error" | "transparent" | undefined)[]; table: { defaultValue: { summary: "primary" | "accent" | "secondary" | "info" | "success" | "warning" | "error" | "transparent"; }; }; }; layer: { description: string; control: { type: "range"; min: number; max: number; }; table: { defaultValue: { summary: string; }; }; }; }; }; export default meta; type Story = StoryObj<typeof meta>; export declare const Default: Story; export declare const Primary: Story;