jsx-readme
Version:
Generate Readme files with a React-like syntax and package.json-aware helpers.
11 lines (10 loc) • 322 B
TypeScript
import { Component } from "jsx-md";
import { PackageJSON } from "../../PackageJSON";
/** @internal */
interface Props {
branch?: string;
pkg: Readonly<PackageJSON>;
}
/** Display a badge with the status of Coveralls Build, https://coveralls.io/ */
export declare const CoverallsBadge: Component<Props>;
export {};