export more props of replayer to the UI

This commit is contained in:
Yanzhen Yu
2026-04-01 12:00:00 +08:00
parent f75748674f
commit eb56afa59f
5 changed files with 68 additions and 16 deletions

View File

@@ -206,4 +206,9 @@ export type hookResetter = () => void;
export type playerConfig = {
speed: number;
root: Element;
};
export type playerMetaData = {
totalTime: number;
};