UNPKG

react-with-hoc

Version:

Work with React and HOCs (Higher-Order Components)

8 lines 269 B
import { ComponentType } from "react"; export declare function getTargetByProps({ props, name, TargetComponent, options, }: { props: any; name: string; TargetComponent: ComponentType; options: any; }): any; //# sourceMappingURL=getTargetByProps.d.ts.map