mirror of
https://github.com/projectstorm/react-diagrams.git
synced 2026-03-13 09:50:09 +08:00
Merge pull request #906 from Joecha95/master
Improve type of baseListener
This commit is contained in:
@@ -22,6 +22,7 @@ export type BaseListener = {
|
||||
* Generic event that fires after a specific event was fired (even if it was consumed)
|
||||
*/
|
||||
eventDidFire?: (event: BaseEvent & { function: string }) => void;
|
||||
} & {
|
||||
/**
|
||||
* Type for other events that will fire
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user