import { Skeleton } from 'antd'; export type { SkeletonProps } from 'antd/lib/skeleton'; export * from 'antd/lib/skeleton'; export default Skeleton;