@uva-glass/component-library
Version:
React components UvA
9 lines (8 loc) • 748 B
TypeScript
import { PropsWithChildren } from 'react';
import { Meta } from '@storybook/react';
import { MultiSelectProps } from './MultiSelect';
declare const _default: Meta<PropsWithChildren<MultiSelectProps>>;
export default _default;
export declare const MultiSelectExample: import('@storybook/core/csf').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, PropsWithChildren<MultiSelectProps>>;
export declare const WithHeader: import('@storybook/core/csf').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, PropsWithChildren<MultiSelectProps>>;
export declare const WithheaderAndWithoutScrollContainerAndBorder: import('@storybook/core/csf').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, PropsWithChildren<MultiSelectProps>>;