UNPKG

air-command-ui-library

Version:

A React component library for Air Command System with Storybook

12 lines (11 loc) 384 B
import type { Meta, StoryObj } from '@storybook/react'; import Toast from '../components/Toast'; declare const meta: Meta<typeof Toast>; export default meta; type Story = StoryObj<typeof Toast>; export declare const Success: Story; export declare const Error: Story; export declare const ToastProviderDemo: { (): import("react/jsx-runtime").JSX.Element; storyName: string; };