@cgi-learning-hub/ui
Version:
@cgi-learning-hub/ui is an open-source React component library that implements UI for HUB's features
9 lines (8 loc) • 303 B
TypeScript
import { Meta, StoryObj } from '@storybook/react-vite';
import { Button } from '../Button';
declare const meta: Meta<typeof Button>;
export default meta;
type Story = StoryObj<typeof Button>;
export declare const Contained: Story;
export declare const Outlined: Story;
export declare const Text: Story;