UNPKG

react-native-safe-area-context

Version:

A flexible way to handle safe area, also works on Android and web.

7 lines 282 B
import type { Metrics } from './SafeArea.types'; export declare const initialWindowMetrics: Metrics | null; /** * @deprecated */ export declare const initialWindowSafeAreaInsets: import("./SafeArea.types").EdgeInsets | undefined; //# sourceMappingURL=InitialWindow.native.d.ts.map