basic impl of wait for stylesheet loaded

This commit is contained in:
Yanzhen Yu
2018-11-26 18:19:07 +08:00
parent 9228a8f04a
commit 2c0a0edf36
4 changed files with 50 additions and 3 deletions

View File

@@ -226,6 +226,7 @@ export type hookResetter = () => void;
export type playerConfig = {
speed: number;
root: Element;
loadTimeout: number;
};
export type playerMetaData = {