From b37c9d69ba91e9b4fd0b0c87b66c7bc016f87e5a Mon Sep 17 00:00:00 2001 From: Fredrik Burmester Date: Sat, 15 Feb 2025 20:08:04 +0100 Subject: [PATCH] wip --- modules/hls-downloader/src/HlsDownloader.types.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/hls-downloader/src/HlsDownloader.types.ts b/modules/hls-downloader/src/HlsDownloader.types.ts index 4e47f31c..1dba0467 100644 --- a/modules/hls-downloader/src/HlsDownloader.types.ts +++ b/modules/hls-downloader/src/HlsDownloader.types.ts @@ -1,5 +1,3 @@ -import type { StyleProp, ViewStyle } from "react-native"; - export type OnProgressEventPayload = { progress: number; };