UNPKG

@fruits-chain/react-native-xiaoshu

Version:
7 lines (6 loc) 186 B
interface UseSafeHeightParams { top?: boolean; bottom?: boolean; } declare const useSafeHeight: ({ top, bottom, }?: UseSafeHeightParams) => number; export default useSafeHeight;