UNPKG

jsx-readme

Version:

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

11 lines (10 loc) 301 B
import { Component } from "jsx-md"; import { PackageJSON } from "../PackageJSON"; /** @internal */ interface Props { pkg: Readonly<PackageJSON>; title?: string; } /** Displays the descripion from a package.json file. */ export declare const FundingSectionFromPkg: Component<Props>; export {};