UNPKG

@tomplum/react-git-log

Version:

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

3 lines (2 loc) 184 B
import { TableProps } from './types'; export declare const Table: ({ row, className, styles: styleOverrides, timestampFormat }: TableProps) => import("react/jsx-runtime").JSX.Element;