UNPKG

@tomplum/react-git-log

Version:

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

7 lines (6 loc) 180 B
export * from './types'; export * from './GitLog'; export * from './GitLogPaged'; export * from './modules/Tags'; export * from './modules/Graph'; export * from './modules/Table';