UNPKG

hoist-react-statics

Version:

Dont forget to hoist all props from a base component

3 lines 134 B
declare module 'hoist-react-statics' { export default function hoistReactStatic<T>(targetComponent: any, sourceComponent: T): T; }