UNPKG

jsx-readme

Version:

Generate Readme files with a React-like syntax and package.json-aware helpers.

4 lines (3 loc) 203 B
import type { BadgeComponent } from "./utils/BadgeComponent"; /** Show a badge with the count of Hits(Page View Counter) on a particular Repo on GitHub */ export declare const HitsBadge: BadgeComponent;