fix types

This commit is contained in:
Yanzhen Yu
2026-04-01 12:00:00 +08:00
parent 669d8cbb90
commit 3e3e65845b
2 changed files with 3 additions and 2 deletions

2
typings/index.d.ts vendored
View File

@@ -8,7 +8,7 @@ export default class rrwebPlayer {
width?: number;
height?: number;
skipInactive?: boolean;
autoPlay?: number;
autoPlay?: boolean;
speedOption?: number[];
showController?: boolean;
showWarning?: boolean;