@chakra-ui/react
Version:
Responsive and accessible React UI components built with React and Emotion
3 lines (2 loc) • 404 B
TypeScript
export { AlertTitle as Title, AlertDescription as Description, AlertIndicator as Indicator, AlertRoot as Root, AlertPropsProvider as RootPropsProvider, AlertContent as Content, } from "./alert";
export type { AlertRootProps as RootProps, AlertTitleProps as TitleProps, AlertDescriptionProps as DescriptionProps, AlertContentProps as ContentProps, AlertIndicatorProps as IndicatorProps, } from "./alert";