UNPKG

air-command-ui-library

Version:

A React component library for Air Command System with Storybook

11 lines (10 loc) 388 B
import type { Meta, StoryObj } from '@storybook/react'; import { Table } from '../components/Table'; declare const meta: Meta<typeof Table>; export default meta; type Story = StoryObj<typeof Table>; export declare const Default: Story; export declare const Dark: Story; export declare const WithRowSelection: Story; export declare const Loading: Story; export declare const Empty: Story;