diff --git a/core/src/index.ts b/core/src/index.ts index 0a522c26..7d46d767 100644 --- a/core/src/index.ts +++ b/core/src/index.ts @@ -10,6 +10,8 @@ export * from './media-libraries'; export * from './locales'; export * from './lib'; +export * from './interface'; + const CMS = { ...Registry, init: bootstrap,