I am trying to create a property editor, extending the upload field. I am thinking of reusing parts of the image cropper, but it seems like not everything is exported to the npm package.
Specifically
import { UmbFileDropzoneItemStatus, UmbInputDropzoneDashedStyles } from '@umbraco-cms/backoffice/dropzone';
import { UmbTemporaryFileConfigRepository } from '@umbraco-cms/backoffice/temporary-file';
I’ve lifted the imports straight from the source for the image cropper. Are these things not exported in the npm package, or is the path different?
I am using @umbraco-cms/backoffice version 15.3