UNPKG

@bacons/expo-metro-runtime

Version:

Tools for making experimental Metro bundler features work

8 lines (7 loc) 235 B
import type { LogLevel } from '../Data/LogBoxLog'; declare type Props = { onSelectIndex: (selectedIndex: number) => void; level: LogLevel; }; export declare function LogBoxInspectorHeader(props: Props): JSX.Element; export {};