Usage SDKCoding pluginPlugin componentsSkeletonOn this pageSkeleton A 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%",}