UNPKG

air-command-ui-library

Version:

A React component library for Air Command System with Storybook

8 lines (7 loc) 288 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 InteractiveDemo: Story; export declare const ComparisonView: Story;