UNPKG

@gluestack-ui/utils

Version:

Utility functions and hooks for gluestack-ui

9 lines 247 B
import type { LayoutChangeEvent } from 'react-native'; export declare const useLayout: () => { onLayout: (e: LayoutChangeEvent) => void; layout: { width: number; height: number; }; }; //# sourceMappingURL=index.d.ts.map