react-native-safe-area-context
Version:
A flexible way to handle safe area, also works on Android and web.
4 lines • 378 B
TypeScript
import * as React from 'react';
import { NativeSafeAreaViewProps } from './SafeArea.types';
export declare const SafeAreaView: React.ForwardRefExoticComponent<NativeSafeAreaViewProps & React.RefAttributes<React.Component<import("./specs/NativeSafeAreaView").NativeProps, {}, any> & Readonly<import("react-native").NativeMethods>>>;
//# sourceMappingURL=SafeAreaView.web.d.ts.map