UNPKG

@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) 281 B
import { StackProps, SvgIconProps, TypographyProps } from '@mui/material'; export type DropZoneSlotProps = { root?: StackProps; input?: React.InputHTMLAttributes<HTMLInputElement>; icon?: SvgIconProps; label?: TypographyProps; information?: TypographyProps; };