UNPKG

air-command-ui-library

Version:

A React component library for Air Command System with Storybook

14 lines (13 loc) 568 B
import type { Meta, StoryObj } from '@storybook/react'; import { FilterPanel } from '../components/FilterPanel'; declare const meta: Meta<typeof FilterPanel>; export default meta; type Story = StoryObj<typeof meta>; export declare const Default: Story; export declare const LightTheme: Story; export declare const DarkTheme: Story; export declare const WithFiltersAppliedLight: Story; export declare const WithFiltersAppliedDark: Story; export declare const WithWidthVariants: Story; export declare const SmallDropdowns: Story; export declare const MixedSizes: Story;