Skip to content

Commit

Permalink
tweak: export Skeleton avatar name (ant-design#15965)
Browse files Browse the repository at this point in the history
  • Loading branch information
ycjcl868 authored and zombieJ committed Apr 9, 2019
1 parent a263978 commit 4c3a351
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/skeleton/Avatar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export interface SkeletonAvatarProps {
shape?: 'circle' | 'square';
}

class Title extends React.Component<SkeletonAvatarProps, any> {
class SkeletonAvatar extends React.Component<SkeletonAvatarProps, any> {
static defaultProps: Partial<SkeletonAvatarProps> = {
size: 'large',
};
Expand All @@ -31,4 +31,4 @@ class Title extends React.Component<SkeletonAvatarProps, any> {
}
}

export default Title;
export default SkeletonAvatar;

0 comments on commit 4c3a351

Please sign in to comment.