UNPKG

jsx-readme

Version:

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

12 lines (11 loc) 327 B
import { Component } from "jsx-md"; import { PackageJSON } from "../../PackageJSON"; /** @internal */ interface Props { branch?: string; style?: "svg" | "shield"; pkg: Readonly<PackageJSON>; } /** Display a badge with the status of CircleCI Build */ export declare const CircleCIBadge: Component<Props>; export {};