import * as React from 'react'; export const withContext = ( Context: React.Context, Component: React.ComponentType ): React.FunctionComponent => (props) => ( {(context) => } );