expo
Version:
7 lines • 366 B
TypeScript
import * as React from 'react';
/**
* Append the Expo Fast Refresh view and optionally
* keep the screen awake if `expo-keep-awake` is installed.
*/
export declare function withDevTools<TComponent extends React.ComponentType<any>>(AppRootComponent: TComponent): React.ComponentType<React.ComponentProps<TComponent>>;
//# sourceMappingURL=withDevTools.ios.d.ts.map