UNPKG

antd-hz

Version:

华卓科技基于 antd 5.0 定制的组件库

8 lines (7 loc) 281 B
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;