UNPKG

@primer/react

Version:

An implementation of GitHub's Primer Design System using React

9 lines 295 B
import React from 'react'; import { type BoxProps } from '../Box'; export type AvatarPairProps = BoxProps; declare const AvatarPair: { ({ children, ...rest }: AvatarPairProps): React.JSX.Element; displayName: string; }; export default AvatarPair; //# sourceMappingURL=AvatarPair.d.ts.map