UNPKG

@bacons/expo-metro-runtime

Version:

Tools for making experimental Metro bundler features work

10 lines (9 loc) 383 B
import type { Stack } from '../Data/LogBoxSymbolication'; import type { StackType } from '../Data/LogBoxLog'; declare type Props = { type: StackType; onRetry: () => void; }; export declare function getCollapseMessage(stackFrames: Stack, collapsed: boolean): string; export declare function LogBoxInspectorStackFrames({ onRetry, type }: Props): JSX.Element | null; export {};