close #33 upgrade rrweb

This commit is contained in:
Yanzhen Yu
2020-09-12 17:40:27 +08:00
parent 29ff1e9ced
commit 22e6b67903
4 changed files with 8 additions and 7 deletions

3
typings/index.d.ts vendored
View File

@@ -1,7 +1,8 @@
import { eventWithTime, playerConfig } from 'rrweb/typings/types';
import { Replayer, mirror } from 'rrweb';
import { SvelteComponent } from 'svelte';
export default class rrwebPlayer {
export default class rrwebPlayer extends SvelteComponent {
constructor(options: {
target: HTMLElement;
props: {