UNPKG

@bacons/expo-metro-runtime

Version:

Tools for making experimental Metro bundler features work

8 lines (7 loc) 170 B
declare type Props = { heading: string; children: any; action?: any; }; export declare function LogBoxInspectorSection(props: Props): JSX.Element; export {};