A component that is used to hide components during uploading.
Interface: ISkeleton.
import {type ISkeleton} from "@onlyoffice/docspace-plugin-sdk" const skeletonProps: ISkeleton = { width: "100%", height: "100%", }