@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.
16 lines (15 loc) • 1.49 kB
TypeScript
import React from 'react';
import { Meta } from '@storybook/react';
import { DraggableListProps } from './types';
declare const meta: Meta;
export default meta;
export declare const Default: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, DraggableListProps>;
export declare const WithoutDragHandles: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, DraggableListProps>;
export declare const CustomItemRendering: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, DraggableListProps>;
export declare const DisabledList: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, DraggableListProps>;
export declare const LargeList: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, DraggableListProps>;
export declare const AccessibilityTesting: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, DraggableListProps>;
export declare const EmptyList: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, DraggableListProps>;
export declare const CustomStyling: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, DraggableListProps>;
export declare const NestedItems: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, DraggableListProps>;
export declare const DynamicItems: () => React.JSX.Element;