UNPKG

@cgi-learning-hub/ui

Version:

@cgi-learning-hub/ui is an open-source React component library that implements UI for HUB's features

7 lines (6 loc) 245 B
import { Meta, StoryObj } from '@storybook/react-vite'; import { EmptyState } from '../EmptyState'; declare const meta: Meta<typeof EmptyState>; export default meta; type Story = StoryObj<typeof EmptyState>; export declare const Default: Story;