UNPKG

jsx-readme

Version:

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

12 lines (11 loc) 338 B
import { Component } from "jsx-md"; import { PackageJSON } from "../../PackageJSON"; /** @internal */ interface Props { branch?: string; licenseFileName?: string; pkg: Readonly<PackageJSON>; } /** Display a badge with the license used for a GitHub repository */ export declare const LicenseBadge: Component<Props>; export {};