import React from "react"; import VersionListSkeleton from "./VersionListSkeleton"; const SkeletonLine = ({ height = 16, width = "100%", className = "" }) => (
Document Details