update typings file

This commit is contained in:
Yanzhen Yu
2021-04-23 18:40:23 +08:00
parent 18ad3dae1a
commit ed990536bc
9 changed files with 102 additions and 35 deletions

View File

@@ -19,6 +19,7 @@ export declare class Replayer {
private fragmentParentMap;
private elementStateMap;
private imageMap;
private firstPlayedEvent;
private newDocumentQueue;
constructor(events: Array<eventWithTime | string>, config?: Partial<playerConfig>);
on(event: string, handler: Handler): this;