UNPKG

react-native-safe-area-context

Version:

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

4 lines 291 B
import * as React from 'react'; import type { NativeSafeAreaProviderProps } from './SafeArea.types'; export declare function NativeSafeAreaProvider({ children, style, onInsetsChange, }: NativeSafeAreaProviderProps): React.JSX.Element; //# sourceMappingURL=NativeSafeAreaProvider.web.d.ts.map