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