Files
rrweb/typings/index.d.ts
Karl-Aksel Puulmann ea0ac76418 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,
                },
            })
```
2020-10-10 09:05:10 +08:00

961 B