mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
InferableComponentEnhancer must be exported
This commit is contained in:
parent
cd6d750c0e
commit
3f003cb79a
2
recompose/index.d.ts
vendored
2
recompose/index.d.ts
vendored
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user