UNPKG

@bacons/expo-metro-runtime

Version:

Tools for making experimental Metro bundler features work

7 lines (6 loc) 166 B
declare type Props = { onDismiss: () => void; onMinimize: () => void; }; export declare function LogBoxInspectorFooter(props: Props): JSX.Element; export {};