close #33 upgrade rrweb

This commit is contained in:
Yanzhen Yu
2026-04-01 12:00:00 +08:00
parent 577c00962c
commit 4d393174d5
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: {