Skip to content

Commit 5d5f0a0

Browse files
heggiGheckfloriantiny-ben-tran
authored
fix: EventObj cannot be imported (#429)
* fix: EventObj cannot be imported * add changelog entry * Update CHANGELOG.md --------- Co-authored-by: heckflorian <[email protected]> Co-authored-by: tiny-ben-tran <[email protected]>
1 parent 13901cf commit 5d5f0a0

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## Unreleased
88

9+
### Fixed
10+
- `EventObj` interface not being importable.
11+
912
## 9.1.0 - 2025-07-31
1013

1114
### Changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
export * from './editor/editor.module';
2+
export { EventObj } from './editor/Events';
23
export { EditorComponent, TINYMCE_SCRIPT_SRC } from './editor/editor.component';

0 commit comments

Comments
 (0)