UNPKG

270 BTypeScriptView Raw
1import * as React from 'react';
2
3declare function hoistNonReactStatics<Own, Custom>(
4 TargetComponent: React.ComponentType<Own>,
5 SourceComponent: React.ComponentType<Own & Custom>,
6 customStatic?: any): React.ComponentType<Own>;
7
8export default hoistNonReactStatics