UNPKG

jsx-readme

Version:

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

11 lines (10 loc) 308 B
import { Component } from "jsx-md"; import { PackageJSON } from "../../PackageJSON"; /** @internal */ interface Props { pkg: Readonly<PackageJSON>; branch?: string; } /** Display a badge showing code coverage via https://codecov.io/ */ export declare const CodecovBadge: Component<Props>; export {};