UNPKG

@cgi-learning-hub/ui

Version:

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

11 lines (10 loc) 444 B
import { SelectProps } from '@mui/material/Select'; import { Meta, StoryObj } from '@storybook/react-vite'; declare const Select: (props: SelectProps) => import("react/jsx-runtime").JSX.Element; declare const meta: Meta<typeof Select>; export default meta; type Story = StoryObj<typeof Select>; export declare const Default: Story; export declare const Filled: Story; export declare const Standard: Story; export declare const Disabled: Story;