mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
chore(avatar-group): remove needless chidlren prop
This commit is contained in:
parent
c1095c708a
commit
608650b706
@ -13,7 +13,6 @@ export interface UseAvatarGroupProps extends HTMLNextUIProps<"div"> {
|
|||||||
* Ref to the DOM node.
|
* Ref to the DOM node.
|
||||||
*/
|
*/
|
||||||
ref?: ReactRef<HTMLDivElement | null>;
|
ref?: ReactRef<HTMLDivElement | null>;
|
||||||
children?: ReactNode;
|
|
||||||
/**
|
/**
|
||||||
* The size of the avatars
|
* The size of the avatars
|
||||||
*/
|
*/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user