-
-
Save enjikaka/866e85a47e5ac6b77f47e19021cdeb13 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/dist/shaka-player.compiled.d.ts b/dist/shaka-player.compiled.d.ts | |
index e6dcbc69da69831c5b327d4ca4a28c4a648caf8a..19c4e9b9d816f5cf12a4e2b8b3d3cf2e326c4e57 100644 | |
--- a/dist/shaka-player.compiled.d.ts | |
+++ b/dist/shaka-player.compiled.d.ts | |
@@ -5424,6 +5424,7 @@ declare namespace ಠ_ಠ.clutz { | |
static isTypeSupported (keySystem : string , contentType : string ) : boolean ; | |
} | |
} | |
+export default shaka; | |
// Generated from /home/runner/work/shaka-player/shaka-player/externs/webos.js | |
declare namespace PalmSystem { | |
let deviceInfo : string ; | |
diff --git a/dist/shaka-player.ui.d.ts b/dist/shaka-player.ui.d.ts | |
index 5b3b8753930568a83a6d1d8d6d18357de4d8424a..4301fa807b03741f3384137432cb206df390287b 100644 | |
--- a/dist/shaka-player.ui.d.ts | |
+++ b/dist/shaka-player.ui.d.ts | |
@@ -6128,3 +6128,4 @@ declare namespace shaka.extern { | |
declare namespace shaka.extern { | |
type UIVolumeBarColors = { base : string , level : string } ; | |
} | |
+export default shaka; | |
\ No newline at end of file | |
diff --git a/index.d.ts b/index.d.ts | |
new file mode 100644 | |
index 0000000000000000000000000000000000000000..86130b219f20157404545f817f41485ab13ced25 | |
--- /dev/null | |
+++ b/index.d.ts | |
@@ -0,0 +1,2 @@ | |
+/// <reference path="./dist/shaka-player.compiled.d.ts" /> | |
+/// <reference path="./dist/shaka-player.ui.d.ts" /> | |
diff --git a/ui.d.ts b/ui.d.ts | |
new file mode 100644 | |
index 0000000000000000000000000000000000000000..5118563d30558c6692fd35b4f4bd04b6e8874288 | |
--- /dev/null | |
+++ b/ui.d.ts | |
@@ -0,0 +1,3 @@ | |
+import shaka from './dist/shaka-player.ui' | |
+export * from './dist/shaka-player.ui' | |
+export default shaka; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment