UNPKG

native-base

Version:

Essential cross-platform UI components for React Native

9 lines (8 loc) 212 B
import type { LayoutChangeEvent } from 'react-native'; export declare const useLayout: () => { onLayout: (e: LayoutChangeEvent) => void; layout: { width: number; height: number; }; };