UNPKG

213 BTypeScriptView Raw
1import * as React from 'react';
2import { InitialProps } from './withExpoRoot.types';
3export default function withExpoRoot<P extends InitialProps>(AppRootComponent: React.ComponentType<P>): React.ComponentType<P>;