@tomplum/react-git-log
Version:
A flexible, themable, React component for visualising Git commit history, branch and tag metadata.
9 lines (8 loc) • 618 B
TypeScript
import { GitLogProps } from './types';
import { PropsWithChildren } from 'react';
export declare const GitLog: {
({ children, ...props }: PropsWithChildren<GitLogProps>): import("react/jsx-runtime").JSX.Element;
Tags: () => import("react/jsx-runtime").JSX.Element;
Graph: ({ nodeSize, nodeTheme, orientation, enableResize, showCommitNodeHashes, showCommitNodeTooltips }: import('./modules/Graph').GraphProps) => import("react/jsx-runtime").JSX.Element;
Table: ({ className, styles: styleOverrides, timestampFormat }: import('./modules/Table').TableProps) => import("react/jsx-runtime").JSX.Element;
};