import { ComponentType } from "react"; export function maybeHijackSafeAreaProvider(type: ComponentType) { return type; }