UNPKG

react-diff-view

Version:

A git diff component to consume the git unified diff output.

3 lines (2 loc) 140 B
import { ComponentType } from 'react'; export declare function wrapDisplayName(BaseComponent: ComponentType<any>, hocName: string): string;