Skip to content

Commit

Permalink
Exposed other event types
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei15193 committed Oct 12, 2023
1 parent 154730c commit 3c5e8e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export { type IEvent, type IEventHandler, type INotifyPropertiesChanged, type INotifyCollectionChanged, type ICollectionChange, EventDispatcher, DispatchEvent } from './events';
export { type IEvent, type IEventHandler, type INotifyPropertiesChanged, type INotifyCollectionChanged, type IItemAddedEventArgs, type IItemRemovedEventArgs, type ItemRemovedCallback, type ICollectionChange, EventDispatcher, DispatchEvent } from './events';

export { ViewModel, isViewModel } from './view-model';

Expand Down

0 comments on commit 3c5e8e6

Please sign in to comment.