@fruits-chain/react-native-xiaoshu
Version:
🌈 React Native UI library
8 lines • 403 B
TypeScript
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