UNPKG

@primer/react

Version:

An implementation of GitHub's Primer Design System using React

8 lines 331 B
import React from 'react'; import type { AvatarProps } from '../../Avatar'; export type SkeletonAvatarProps = Pick<AvatarProps, 'size' | 'square'> & { /** Class name for custom styling */ className?: string; }; export declare const SkeletonAvatar: React.FC<SkeletonAvatarProps>; //# sourceMappingURL=SkeletonAvatar.d.ts.map