UNPKG

@fruits-chain/react-native-xiaoshu

Version:
8 lines • 403 B
import type { LayoutChangeEvent } from 'react-native'; interface CurrentMargin { marginBottom: boolean; marginRight: boolean; } declare const useImageLayout: () => readonly [(e: LayoutChangeEvent) => void, (colCount: number, colGap: number) => number, (total: number, colCount: number, index: number) => CurrentMargin]; export default useImageLayout; //# sourceMappingURL=useImageLayout.d.ts.map