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