UNPKG

react-native-app-notification

Version:
7 lines (6 loc) 281 B
import { LayoutChangeEvent } from 'react-native'; declare type LayoutState = LayoutChangeEvent['nativeEvent']['layout']; declare const useLayout: () => [import("react-native/types").LayoutRectangle, { onLayout: (event: LayoutChangeEvent) => void; }]; export default useLayout;