export more props of replayer to the UI

This commit is contained in:
Yanzhen Yu
2018-10-17 17:47:38 +08:00
parent d827fdc947
commit 8186f05e1c
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;
};