UNPKG

@gluestack-ui/hooks

Version:
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; }; };