UNPKG

react-native-safe-area-context

Version:

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

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