Skip to content

maia.component-library / AlertTitle

Variable: AlertTitle

const AlertTitle: <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:26

Type Parameters

E

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

Parameters

{ children, className, ...rest }

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

Returns

JSX.Element