We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13901cf commit 5d5f0a0Copy full SHA for 5d5f0a0
CHANGELOG.md
@@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## Unreleased
8
9
+### Fixed
10
+- `EventObj` interface not being importable.
11
+
12
## 9.1.0 - 2025-07-31
13
14
### Changed
tinymce-angular-component/src/main/ts/public_api.ts
@@ -1,2 +1,3 @@
1
export * from './editor/editor.module';
2
+export { EventObj } from './editor/Events';
3
export { EditorComponent, TINYMCE_SCRIPT_SRC } from './editor/editor.component';
0 commit comments