mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-03-01 15:32:25 +00:00
wip
This commit is contained in:
@@ -17,8 +17,3 @@ export type HlsDownloaderModuleEvents = {
|
||||
onError: (params: OnErrorEventPayload) => void;
|
||||
onComplete: (params: OnCompleteEventPayload) => void;
|
||||
};
|
||||
|
||||
export type HlsDownloaderViewProps = {
|
||||
url: string;
|
||||
style?: StyleProp<ViewStyle>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user