export speed as props

This commit is contained in:
Yanzhen Yu
2026-04-01 12:00:00 +08:00
parent 25432a1ef1
commit 6ffdf28ebe
2 changed files with 2 additions and 1 deletions

1
typings/index.d.ts vendored
View File

@@ -10,6 +10,7 @@ export default class rrwebPlayer extends SvelteComponent {
width?: number;
height?: number;
autoPlay?: boolean;
speed?: number;
speedOption?: number[];
showController?: boolean;
tags?: Record<string, string>;