UNPKG

air-command-ui-library

Version:

A React component library for Air Command System with Storybook

19 lines (18 loc) 796 B
import type { Meta, StoryObj } from '@storybook/react'; import ComboBox from '../components/ComboBox/ComboBox'; declare const meta: Meta<typeof ComboBox>; export default meta; type Story = StoryObj<typeof meta>; export declare const LightTheme: Story; export declare const DarkTheme: Story; export declare const WithSelectedValue: Story; export declare const DarkWithSelectedValue: Story; export declare const CustomWidth200px: Story; export declare const CustomWidth300px: Story; export declare const CustomWidth150px: Story; export declare const FullWidth: Story; export declare const InteractiveWidthControl: Story; export declare const NoLabelLight: Story; export declare const NoLabelDark: Story; export declare const NoLabelWithValue: Story; export declare const NoLabelCustomWidth: Story;