UNPKG

react-native-paper

Version:
7 lines 241 B
import type { LayoutChangeEvent } from 'react-native'; export default function useLayout(): readonly [{ height: number; width: number; measured: boolean; }, (e: LayoutChangeEvent) => void]; //# sourceMappingURL=useLayout.d.ts.map