UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

6 lines (5 loc) 257 B
import { SkeletonElementProps } from './Element'; export interface SkeletonImageProps extends Omit<SkeletonElementProps, 'size' | 'shape' | 'active'> { } declare const SkeletonImage: (props: SkeletonImageProps) => JSX.Element; export default SkeletonImage;