diff --git a/packages/components/avatar/src/use-avatar-group.ts b/packages/components/avatar/src/use-avatar-group.ts index d09e43ea2..b29951fe0 100644 --- a/packages/components/avatar/src/use-avatar-group.ts +++ b/packages/components/avatar/src/use-avatar-group.ts @@ -13,7 +13,6 @@ export interface UseAvatarGroupProps extends HTMLNextUIProps<"div"> { * Ref to the DOM node. */ ref?: ReactRef; - children?: ReactNode; /** * The size of the avatars */