UNPKG

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