UNPKG

react-with-hoc

Version:

Work with React and HOCs (Higher-Order Components)

6 lines 252 B
import { ComponentType } from "react"; export declare const componentDisplayName: { get(component: ComponentType<any>): string; set(displayName: string, component: ComponentType<any>): void; }; //# sourceMappingURL=componentDisplayName.d.ts.map