close #274 implement the new state management proposal
This commit is contained in:
3
typings/types.d.ts
vendored
3
typings/types.d.ts
vendored
@@ -308,6 +308,7 @@ export declare enum ReplayerEvents {
|
||||
MouseInteraction = "mouse-interaction",
|
||||
EventCast = "event-cast",
|
||||
CustomEvent = "custom-event",
|
||||
Flush = "flush"
|
||||
Flush = "flush",
|
||||
StateChange = "state-change"
|
||||
}
|
||||
export {};
|
||||
|
||||
Reference in New Issue
Block a user