UNPKG

@tdb/web

Version:

Common condiguration for serving a web-site and testing web-based UI components.

9 lines (6 loc) 270 B
import * as React from 'react'; declare function hoistNonReactStatics<Own, Custom>( TargetComponent: React.ComponentType<Own>, SourceComponent: React.ComponentType<Own & Custom>, customStatic?: any): React.ComponentType<Own>; export default hoistNonReactStatics