UNPKG

react-native-safe-area-context

Version:

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

7 lines (6 loc) 227 B
import { Metrics } from './SafeArea.types'; export declare const initialWindowMetrics: Metrics | null; /** * @deprecated */ export declare const initialWindowSafeAreaInsets: import("./SafeArea.types").EdgeInsets | undefined;