diff --git a/packages/core/client/src/index.ts b/packages/core/client/src/index.ts index 1c9638e1a8..aad144f837 100644 --- a/packages/core/client/src/index.ts +++ b/packages/core/client/src/index.ts @@ -25,6 +25,7 @@ export * from './collection-manager'; export * as interfacesProperties from './collection-manager/interfaces/properties'; export { getConfigurableProperties } from './collection-manager/templates/properties'; export * from './collection-manager/CollectionHistoryProvider'; +export * from './collection-manager/context'; export * from './common'; export * from './css-variable'; export * from './document-title';