Files
rrweb/typings
Karl-Aksel Puulmann b06005cf40 Update rrwebPlayer types (#46)
Without this change, the following fails to compile in typescript:

```js
new rrwebPlayer({
                target: document.body,
                props: {
                    width: 900,
                    events,
                    autoPlay: true,
                },
            })
```
2026-04-01 12:00:00 +08:00
..
2026-04-01 12:00:00 +08:00