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.

23 lines (22 loc) 2.59 kB
import { Meta } from '@storybook/react'; import { ComboBoxProps } from './types'; declare const meta: Meta; export default meta; export declare const Default: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, ComboBoxProps>; export declare const WithLoading: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, ComboBoxProps>; export declare const WithError: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, ComboBoxProps>; export declare const WithRecentSelections: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, ComboBoxProps>; export declare const WithCustomMatching: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, ComboBoxProps>; export declare const Disabled: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, ComboBoxProps>; export declare const WithoutClearButton: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, ComboBoxProps>; export declare const WithLongList: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, ComboBoxProps>; export declare const WithCustomStyles: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, ComboBoxProps>; export declare const WithNoOptions: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, ComboBoxProps>; export declare const WithDefaultValue: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, ComboBoxProps>; export declare const Required: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, ComboBoxProps>; export declare const Invalid: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, ComboBoxProps>; export declare const WithCustomAriaLabel: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, ComboBoxProps>; export declare const WithCustomRole: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, ComboBoxProps>; export declare const WithCustomTabIndex: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, ComboBoxProps>; export declare const WithTestId: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, ComboBoxProps>; export declare const WithMultipleSelection: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, ComboBoxProps>;