diff --git a/modules/hls-downloader/src/HlsDownloader.types.ts b/modules/hls-downloader/src/HlsDownloader.types.ts index 19020f6d..4e47f31c 100644 --- a/modules/hls-downloader/src/HlsDownloader.types.ts +++ b/modules/hls-downloader/src/HlsDownloader.types.ts @@ -17,8 +17,3 @@ export type HlsDownloaderModuleEvents = { onError: (params: OnErrorEventPayload) => void; onComplete: (params: OnCompleteEventPayload) => void; }; - -export type HlsDownloaderViewProps = { - url: string; - style?: StyleProp; -};