UNPKG

air-command-ui-library

Version:

A React component library for Air Command System with Storybook

8 lines (7 loc) 309 B
import type { Meta, StoryObj } from '@storybook/react'; import { SimpleCornerModal } from '../components/Modal'; declare const meta: Meta<typeof SimpleCornerModal>; export default meta; type Story = StoryObj<typeof SimpleCornerModal>; export declare const Default: Story; export declare const Hostile: Story;