mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
InferableComponentEnhancer must be exported
This commit is contained in:
Vendored
+1
-1
@@ -21,7 +21,7 @@ declare module 'recompose' {
|
||||
interface ComponentEnhancer<TInner, TOutter> {
|
||||
(component: Component<TInner>): ComponentClass<TOutter>;
|
||||
}
|
||||
interface InferableComponentEnhancer {
|
||||
export interface InferableComponentEnhancer {
|
||||
<P, TComp extends (Component<P>)>(component: TComp): TComp;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user