@tomplum/react-git-log
Version:
A flexible, themable, React component for visualising Git commit history, branch and tag metadata.
10 lines (9 loc) • 704 B
TypeScript
import { PropsWithChildren } from 'react';
import { GitLogPagedProps } from './types';
export declare const GitLogPaged: {
<T>({ children, branchName, ...props }: PropsWithChildren<GitLogPagedProps<T>>): import("react/jsx-runtime").JSX.Element;
Tags: () => import("react/jsx-runtime").JSX.Element;
GraphCanvas2D: (props: import('./modules/Graph').Canvas2DGraphProps) => import("react/jsx-runtime").JSX.Element;
GraphHTMLGrid: <T>(props: import('./modules/Graph').HTMLGridGraphProps<T>) => import("react/jsx-runtime").JSX.Element;
Table: ({ row, className, styles: styleOverrides, timestampFormat }: import('./modules/Table').TableProps) => import("react/jsx-runtime").JSX.Element;
};