UNPKG

react-native-paper

Version:
7 lines (6 loc) 202 B
import type { LayoutChangeEvent } from 'react-native'; export default function useLayout(): readonly [{ height: number; width: number; measured: boolean; }, (e: LayoutChangeEvent) => void];