UNPKG

@bacons/expo-metro-runtime

Version:

Tools for making experimental Metro bundler features work

8 lines (7 loc) 300 B
import { GestureResponderEvent } from 'react-native'; declare type Props = { onPress?: ((event: GestureResponderEvent) => void) | null; status: 'COMPLETE' | 'FAILED' | 'NONE' | 'PENDING'; }; export declare function LogBoxInspectorSourceMapStatus(props: Props): JSX.Element | null; export {};