Skip to content

Commit

Permalink
chore(TS): Add missing export type for Text events (#10076)
Browse files Browse the repository at this point in the history
  • Loading branch information
asturur authored Aug 17, 2024
1 parent 6b8fad0 commit f60e9aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## [next]

- chore(TS): Add missing export type for Text events [#10076](https://github.com/fabricjs/fabric.js/pull/10076)
- chore(CI): Move test actions to Node 20 [#10073](https://github.com/fabricjs/fabric.js/pull/10073)
- feat(Object): Object serialization for common properties [#10072](https://github.com/fabricjs/fabric.js/pull/10072)
- feat(): Support easy serialization of custom properties [#10071](https://github.com/fabricjs/fabric.js/pull/10071)
Expand Down
2 changes: 2 additions & 0 deletions fabric.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ export { runningAnimations } from './src/util/animation/AnimationRegistry';
export * from './src/typedefs';

export * from './src/EventTypeDefs';
export type { ITextEvents } from './src/shapes/IText/ITextBehavior';

export { Observable } from './src/Observable';

export type {
Expand Down

0 comments on commit f60e9aa

Please sign in to comment.