UNPKG

@primer/react

Version:

An implementation of GitHub's Primer Design System using React

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