Add UNSAFE_replayCanvas. (#36)

This commit is contained in:
DiaNiki
2020-09-09 18:43:33 -06:00
committed by GitHub
parent 5a1d8b30b0
commit 29ff1e9ced
2 changed files with 3 additions and 0 deletions

1
typings/index.d.ts vendored
View File

@@ -16,6 +16,7 @@ export default class rrwebPlayer {
showDebug?: boolean;
tags?: Record<string, string>;
mouseTail?: playerConfig['mouseTail'];
UNSAFE_replayCanvas?: boolean;
};
});