react-native-screens
Version:
Native navigation primitives for your React Native app.
7 lines • 324 B
TypeScript
declare const SafeAreaView: (props: Omit<import("react-native").ViewProps, keyof {
ref?: React.Ref<import("react-native").ViewInstance> | undefined;
}> & {
ref?: React.Ref<import("react-native").ViewInstance> | undefined;
}) => React.ReactNode;
export { SafeAreaView };
//# sourceMappingURL=SafeAreaView.web.d.ts.map