UNPKG

jsx-readme

Version:

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

10 lines (9 loc) 280 B
import { Component } from "jsx-md"; import { PackageJSON } from "../../PackageJSON"; /** @internal */ interface Props { pkg: Readonly<PackageJSON>; } /** Display a badge with the status of a CLA Assistant*/ export declare const CLAAssistantBadge: Component<Props>; export {};