UNPKG

@bacons/expo-metro-runtime

Version:

Tools for making experimental Metro bundler features work

5 lines (4 loc) 166 B
import type { CodeFrame } from '../Data/parseLogBoxLog'; export declare function LogBoxInspectorCodeFrame(props: { codeFrame?: CodeFrame; }): JSX.Element | null;