Add missing media exports (#19585)

* Add missing media exports

Fixes #19560 and #19561

* Update src/Umbraco.Web.UI.Client/src/packages/media/media/index.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
WoutVanBoxem
2025-06-24 14:17:40 +02:00
committed by GitHub
parent 55506bac3a
commit 67106f0813

View File

@@ -1,11 +1,14 @@
export * from './audit-log/index.js';
export * from './components/index.js';
export * from './constants.js';
export * from './dropzone/index.js';
export {UMB_IMAGE_CROPPER_EDITOR_MODAL, UMB_MEDIA_PICKER_MODAL} from './modals/index.js';
export * from './recycle-bin/index.js';
export * from './reference/index.js';
export * from './repository/index.js';
export * from './search/index.js';
export * from './tree/index.js';
export * from './url/index.js';
export { UmbMediaAuditLogRepository } from './audit-log/index.js';
export type * from './types.js';