react-native-unit-components
Version:
Unit React Native components
9 lines • 329 B
TypeScript
export declare const useSafeAreaDimensions: () => {
insets: import("react-native-safe-area-context").EdgeInsets;
fullScreenHeight: number;
contentHeight: number;
isAndroid10AndAbove: boolean;
isEdgeToEdgeActive: boolean;
effectiveBottomInset: number;
};
//# sourceMappingURL=useSafeAreaDimensions.d.ts.map