UNPKG

@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.

9 lines (8 loc) 669 B
import { Meta } from '@storybook/react'; import { MultiSelectProps } from './types'; declare const meta: Meta; export default meta; export declare const Default: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, MultiSelectProps>; export declare const WithGroups: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, MultiSelectProps>; export declare const WithError: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, MultiSelectProps>; export declare const Loading: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, MultiSelectProps>;