UNPKG

@fruits-chain/react-native-xiaoshu

Version:
7 lines • 247 B
interface UseSafeHeightParams { top?: boolean | number; bottom?: boolean | number; } declare const useSafeHeight: ({ top, bottom, }?: UseSafeHeightParams) => number; export default useSafeHeight; //# sourceMappingURL=useSafeHeight.d.ts.map