fix: context is undefined

This commit is contained in:
dream2023 2024-02-06 14:35:05 +08:00
parent 863d000c37
commit 43f86741e8

View File

@ -25,6 +25,7 @@ export * from './collection-manager';
export * as interfacesProperties from './collection-manager/interfaces/properties'; export * as interfacesProperties from './collection-manager/interfaces/properties';
export { getConfigurableProperties } from './collection-manager/templates/properties'; export { getConfigurableProperties } from './collection-manager/templates/properties';
export * from './collection-manager/CollectionHistoryProvider'; export * from './collection-manager/CollectionHistoryProvider';
export * from './collection-manager/context';
export * from './common'; export * from './common';
export * from './css-variable'; export * from './css-variable';
export * from './document-title'; export * from './document-title';