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