UNPKG

rx-player

Version:
6 lines 358 B
import type RxPlayer from "./api"; import type { IContentProtection, IProcessedProtectionData } from "./decrypt"; import type { ITextDisplayer, ITextDisplayerData } from "./text_displayer"; export type IRxPlayer = RxPlayer; export type { IContentProtection, IProcessedProtectionData, ITextDisplayer, ITextDisplayerData, }; //# sourceMappingURL=types.d.ts.map