import React from "react"; import { Skeleton } from "@douyinfe/semi-ui"; export const DocumentSkeleton = () => { const placeholder = ( <> > ); return ; };