UNPKG

react-native-safe-area-context

Version:

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

4 lines (3 loc) 201 B
/// <reference types="react" /> import { NativeSafeAreaViewProps } from './SafeArea.types'; export declare function SafeAreaView({ style, mode, edges, ...rest }: NativeSafeAreaViewProps): JSX.Element;