UNPKG

hoist-react-statics

Version:

Dont forget to hoist all props from a base component

1 lines 96 B
declare export default function hoistReactStatic<T>(targetComponent: any, sourceComponent:T): T;