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