import * as React from 'react'; import { forwardRef, HTMLAttributes } from 'react'; import { ctw } from '../../../utils/ctw/ctw'; export const AlertDescription = forwardRef< HTMLParagraphElement, HTMLAttributes >(({ className, ...props }, ref) => (
)); AlertDescription.displayName = 'AlertDescription';