type Props = { width?: number } export const SkeletonCell = ({ width }: Props) => (
)