mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 14:13:37 +08:00
tweak: export Skeleton avatar name (#15965)
This commit is contained in:
parent
a26397843c
commit
4c3a351bc7
@ -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',
|
||||
};
|
||||
@ -31,4 +31,4 @@ class Title extends React.Component<SkeletonAvatarProps, any> {
|
||||
}
|
||||
}
|
||||
|
||||
export default Title;
|
||||
export default SkeletonAvatar;
|
||||
|
Loading…
Reference in New Issue
Block a user