This commit is contained in:
Fredrik Burmester
2025-02-15 20:08:04 +01:00
parent fd8e4fb102
commit b37c9d69ba

View File

@@ -1,5 +1,3 @@
import type { StyleProp, ViewStyle } from "react-native";
export type OnProgressEventPayload = {
progress: number;
};