UNPKG

@tomplum/react-git-log

Version:

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

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