diff --git a/packages/components/alert/src/use-alert.ts b/packages/components/alert/src/use-alert.ts index 1f45f1863d..c5e45456c1 100644 --- a/packages/components/alert/src/use-alert.ts +++ b/packages/components/alert/src/use-alert.ts @@ -9,7 +9,7 @@ import {alert} from "@nextui-org/theme"; import {useControlledState} from "@react-stately/utils"; import {dataAttr, isEmpty, objectToDeps} from "@nextui-org/shared-utils"; -interface Props extends HTMLNextUIProps<"div"> { +interface Props extends Omit, "title"> { /** * Ref to the DOM node. */