Skip to content

maia.component-library / AlertDescription

Variable: AlertDescription

const AlertDescription: <E>({ children, className, ...rest }) => JSX.Element

Defined in: node_modules/.pnpm/@heroui+react@3.2.1_@react-_0c36d9022f1aaf46c104e0a6d2192bf4/node_modules/@heroui/react/dist/components/alert/alert.d.ts:31

Type Parameters

E

E extends keyof React.JSX.IntrinsicElements = "span"

Parameters

{ children, className, ...rest }

AlertDescriptionProps<E> & Omit<React.JSX.IntrinsicElements[E], keyof AlertDescriptionProps<E>>

Returns

JSX.Element