export more props of replayer to the UI
This commit is contained in:
@@ -206,4 +206,9 @@ export type hookResetter = () => void;
|
||||
|
||||
export type playerConfig = {
|
||||
speed: number;
|
||||
root: Element;
|
||||
};
|
||||
|
||||
export type playerMetaData = {
|
||||
totalTime: number;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user