chore(avatar-group): remove needless chidlren prop

This commit is contained in:
Junior Garcia 2023-02-18 21:33:14 -03:00
parent c1095c708a
commit 608650b706

View File

@ -13,7 +13,6 @@ export interface UseAvatarGroupProps extends HTMLNextUIProps<"div"> {
* Ref to the DOM node.
*/
ref?: ReactRef<HTMLDivElement | null>;
children?: ReactNode;
/**
* The size of the avatars
*/