UNPKG

@bacons/expo-metro-runtime

Version:

Tools for making experimental Metro bundler features work

7 lines (6 loc) 195 B
import type { LogBoxLog } from '../Data/LogBoxLog'; declare type Props = { log: LogBoxLog; }; export declare function LogBoxInspectorReactFrames(props: Props): JSX.Element | null; export {};