Skip to content

maia.component-library / AlertRoot

Variable: AlertRoot

const AlertRoot: <E>({ children, className, status, ...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:11

Type Parameters

E

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

Parameters

{ children, className, status, ...rest }

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

Returns

JSX.Element