hoist-react-statics
Version:
Dont forget to hoist all props from a base component
1 lines • 96 B
Flow
declare export default function hoistReactStatic<T>(targetComponent: any, sourceComponent:T): T;
Dont forget to hoist all props from a base component