mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
fix missing export
This commit is contained in:
Vendored
+4
-4
@@ -1,4 +1,4 @@
|
||||
// Type definitions for dplayer 1.25.0
|
||||
// Type definitions for dplayer 1.25
|
||||
// Project: https://github.com/DIYgod/DPlayer#readme
|
||||
// Definitions by: Guanyunhan <https://github.com/Guanyunhan>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
@@ -111,7 +111,7 @@ export interface DPlayerVideo {
|
||||
thumbnails?: string;
|
||||
type?: VideoType | string;
|
||||
customType?: any;
|
||||
quality?: DPlayerVideoQuality[]
|
||||
quality?: DPlayerVideoQuality[];
|
||||
defaultQuality?: number;
|
||||
}
|
||||
|
||||
@@ -140,7 +140,7 @@ export interface DPlayerAPIBackend {
|
||||
send(endpoint: any, danmakuData: DPlayerDanmakuItem, callback: () => void): void;
|
||||
}
|
||||
|
||||
interface Danmaku {
|
||||
export interface Danmaku {
|
||||
send(danmaku: DPlayerDanmakuItem, callback: () => void): void;
|
||||
|
||||
draw(danmaku: DPlayerDanmakuItem): void;
|
||||
@@ -154,7 +154,7 @@ interface Danmaku {
|
||||
show(): void;
|
||||
}
|
||||
|
||||
interface FullScreen {
|
||||
export interface FullScreen {
|
||||
request(type: FullScreenType): void;
|
||||
|
||||
cancel(type: FullScreenType): void;
|
||||
|
||||
Reference in New Issue
Block a user