export type { SkeletonPropsType } from './props'

export type SkeletonSizeType = 'default' | 'small' | 'large'
