This commit is contained in:
Fredrik Burmester
2025-02-15 20:07:55 +01:00
parent ce7ade7539
commit fd8e4fb102

View File

@@ -17,8 +17,3 @@ export type HlsDownloaderModuleEvents = {
onError: (params: OnErrorEventPayload) => void;
onComplete: (params: OnCompleteEventPayload) => void;
};
export type HlsDownloaderViewProps = {
url: string;
style?: StyleProp<ViewStyle>;
};