maia.component-library / AlertDialogContainerProps
Interface: AlertDialogContainerProps
Defined in: node_modules/.pnpm/@heroui+react@3.2.1_@react-_0c36d9022f1aaf46c104e0a6d2192bf4/node_modules/@heroui/react/dist/components/alert-dialog/alert-dialog.d.ts:32
Extends
Omit<ComponentPropsWithRef<typeofModalPrimitive>,Exclude<keyofAlertDialogBackdropProps,"children"|"className">>
Properties
children?
optionalchildren?:ChildrenOrFunction<ModalRenderProps>
Defined in: node_modules/.pnpm/react-aria-components@1.18._652bbfc7b5fa5f84b16cd32a1196785b/node_modules/react-aria-components/dist/types/src/utils.d.ts:128
The children of the component. A function may be provided to alter the children based on component state.
Inherited from
Omit.children
className?
optionalclassName?:ClassNameOrFunction<ModalRenderProps>
Defined in: node_modules/.pnpm/react-aria-components@1.18._652bbfc7b5fa5f84b16cd32a1196785b/node_modules/react-aria-components/dist/types/src/Modal.d.ts:13
The CSS className for the element. A function may be provided to compute the class based on component state.
Default
'react-aria-ModalOverlay'Inherited from
AlertDialogBackdropProps.className
placement?
optionalplacement?:AlertDialogPlacement
Defined in: node_modules/.pnpm/@heroui+react@3.2.1_@react-_0c36d9022f1aaf46c104e0a6d2192bf4/node_modules/@heroui/react/dist/components/alert-dialog/alert-dialog.d.ts:37
The placement of the alert dialog on the screen.
Default
"auto"size?
optionalsize?:"lg"|"md"|"sm"|"xs"|"cover"
Defined in: node_modules/.pnpm/@heroui+react@3.2.1_@react-_0c36d9022f1aaf46c104e0a6d2192bf4/node_modules/@heroui/react/dist/components/alert-dialog/alert-dialog.d.ts:38