UNPKG

jsx-readme

Version:

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

4 lines (3 loc) 178 B
import type { BadgeComponent } from "./utils/BadgeComponent"; /** Show a badge with the count of open issues on GitHub */ export declare const GithubIssuesBadge: BadgeComponent;