UNPKG

react-native-safe-area-context

Version:

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

9 lines (8 loc) 190 B
declare type DisplayMetrics = { width: number; height: number; scale: number; fontScale: number; }; export default function useWindowDimensions(): DisplayMetrics; export {};