UNPKG

@primer/components

Version:
9 lines (8 loc) 252 B
/// <reference types="react" /> import { BoxProps } from '.'; export declare type AvatarPairProps = BoxProps; declare const AvatarPair: { ({ children, ...rest }: AvatarPairProps): JSX.Element; displayName: string; }; export default AvatarPair;