jiaqingjiayi-xiaochengxu/甲情_甲意/node_modules/antd-mini/es/Skeleton/Avatar/props.d.ts
2024-11-15 11:51:28 +08:00

7 lines
278 B
TypeScript

import { ISkeletonBaseProps } from '../props';
export interface SkeletonAvatarProps extends ISkeletonBaseProps {
shape: 'circle' | 'square';
size: 'x-small' | 'small' | 'medium' | 'large';
}
export declare const SkeletonAvatarDefaultProps: Partial<SkeletonAvatarProps>;