jiaqingjiayi-xiaochengxu/甲情_甲意/node_modules/antd-mini/less/Skeleton/Avatar/props.d.ts

7 lines
278 B
TypeScript
Raw Normal View History

2024-11-15 03:51:28 +00:00
import { ISkeletonBaseProps } from '../props';
export interface SkeletonAvatarProps extends ISkeletonBaseProps {
shape: 'circle' | 'square';
size: 'x-small' | 'small' | 'medium' | 'large';
}
export declare const SkeletonAvatarDefaultProps: Partial<SkeletonAvatarProps>;