chore: update ant-design dependencies and add new icon types
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
import * as React from 'react';
|
||||
import type { SkeletonElementProps } from './Element';
|
||||
export interface AvatarProps extends Omit<SkeletonElementProps, 'shape'> {
|
||||
shape?: 'circle' | 'square';
|
||||
}
|
||||
declare const SkeletonAvatar: React.FC<AvatarProps>;
|
||||
export default SkeletonAvatar;
|
||||
Reference in New Issue
Block a user