UNPKG

@tomplum/react-git-log

Version:

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

3 lines (2 loc) 160 B
import { HTMLGridGraphProps } from './types'; export declare const GraphHTMLGrid: <T>(props: HTMLGridGraphProps<T>) => import("react/jsx-runtime").JSX.Element;