UNPKG

antd-mini

Version:

antd-mini 是支付宝小程序 UI 组件库,遵循 Ant Design 规范。

7 lines (6 loc) 278 B
import { ISkeletonBaseProps } from '../props'; export interface SkeletonAvatarProps extends ISkeletonBaseProps { shape: 'circle' | 'square'; size: 'x-small' | 'small' | 'medium' | 'large'; } export declare const SkeletonAvatarDefaultProps: Partial<SkeletonAvatarProps>;