UNPKG

react-native-cn-richtext-editor

Version:
4 lines (3 loc) 215 B
import * as React from 'react'; import { InitialProps } from './withExpoRoot.types'; export default function withExpoRoot<P extends InitialProps>(AppRootComponent: React.ComponentClass<P>): React.ComponentClass<P>;