@matthew.ngo/react-form-kit
Version:
Form Kit for React. It consists of a set of components that can be used to create complex forms in a simple and declarative way.
10 lines (9 loc) • 809 B
TypeScript
import { Meta } from '@storybook/react';
import { RadioGroupProps } from './types';
declare const meta: Meta;
export default meta;
export declare const Default: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, RadioGroupProps>;
export declare const WithError: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, RadioGroupProps>;
export declare const Disabled: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, RadioGroupProps>;
export declare const HorizontalLayout: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, RadioGroupProps>;
export declare const CustomSpacing: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, RadioGroupProps>;