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.
2 parents 9b5b14d + a2ac399 commit 413838bCopy full SHA for 413838b
packages/react-canvas-core/src/core/BaseObserver.ts
@@ -22,6 +22,7 @@ export type BaseListener = {
22
* Generic event that fires after a specific event was fired (even if it was consumed)
23
*/
24
eventDidFire?: (event: BaseEvent & { function: string }) => void;
25
+} & {
26
/**
27
* Type for other events that will fire
28
0 commit comments