with-context-props-imef
v0.1.2
Published
Typed HOC for passing down props from generic React Context.
Downloads
4
Readme
withContextProps
Typed HOC for passing down props from generic React Context.
export const Comp = withContextProps<ContextState, WrappedCompProps>(WrappedComp, AppContext.Consumer);