UNPKG

@tomplum/react-git-log

Version:

A flexible, themable, React component for visualising Git commit history, branch and tag metadata.

3 lines (2 loc) 221 B
import { GraphProps } from './types'; export declare const Graph: ({ nodeSize, nodeTheme, orientation, enableResize, showCommitNodeHashes, showCommitNodeTooltips }: GraphProps) => import("react/jsx-runtime").JSX.Element;