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; };