UNPKG

gestalt

Version:

A set of React UI components which enforce Pinterest's design language

8 lines (7 loc) 298 B
import { BaseStackType } from './constants'; type Props = BaseStackType & { isHovered: boolean; isPressed: boolean; }; export default function AvatarGroupAddCollaboratorsButton({ hovered, isHovered, isPressed, pileCount, size, }: Props): import("react/jsx-runtime").JSX.Element; export {};