UNPKG

react-web-native-sketch

Version:

[TODO: We need an overview of how this can be used via npm vs as a local package]

4 lines (3 loc) 278 B
import * as React from 'react'; import { History, Navigation } from '../redux/reducers/navigation'; export declare const requireAuthentication: <T extends Object>(WrappedComponent: React.ComponentType<T & Navigation & History>) => React.ComponentType<T & Navigation & History>;