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) 233 B
import { Meta, StoryObj } from '@storybook/react-vite'; import { Heading } from '../Heading'; declare const meta: Meta<typeof Heading>; export default meta; type Story = StoryObj<typeof Heading>; export declare const Default: Story;