UNPKG

436 BTypeScriptView Raw
1import * as React from 'react';
2import type { NativeSafeAreaViewProps } from './SafeArea.types';
3export type SafeAreaViewProps = NativeSafeAreaViewProps;
4export declare const SafeAreaView: React.ForwardRefExoticComponent<NativeSafeAreaViewProps & React.RefAttributes<React.Component<import("./specs/NativeSafeAreaView").NativeProps, {}, any> & Readonly<import("react-native").NativeMethods>>>;
5//# sourceMappingURL=SafeAreaView.d.ts.map
\No newline at end of file