From fd8e4fb1029b1687e36ce77750b44c94c14be479 Mon Sep 17 00:00:00 2001 From: Fredrik Burmester Date: Sat, 15 Feb 2025 20:07:55 +0100 Subject: [PATCH] wip --- modules/hls-downloader/src/HlsDownloader.types.ts | 5 ----- 1 file changed, 5 deletions(-) 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; -};