UNPKG

lucid-ui

Version:

A UI component library from Xandr.

13 lines 826 B
import { Meta, Story } from '@storybook/react'; import { ISearchableMultiSelectProps } from './SearchableMultiSelect'; declare const _default: Meta<import("@storybook/react").Args>; export default _default; export declare const Basic: Story<ISearchableMultiSelectProps>; export declare const Props: Story<ISearchableMultiSelectProps>; export declare const Asynchronous: Story<ISearchableMultiSelectProps>; export declare const GroupedOptions: Story<ISearchableMultiSelectProps>; export declare const CustomSelectionLabel: Story<ISearchableMultiSelectProps>; export declare const SelectAll: Story<ISearchableMultiSelectProps>; export declare const FormattedOptions: Story<ISearchableMultiSelectProps>; export declare const Invalid: Story<ISearchableMultiSelectProps>; //# sourceMappingURL=SearchableMultiSelect.stories.d.ts.map